diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/common.h b/include/common.h index efc638d88..8536a99c0 100644 --- a/include/common.h +++ b/include/common.h @@ -302,7 +302,8 @@ void	board_ether_init (void);  #endif  #if defined(CONFIG_RPXCLASSIC)	|| defined(CONFIG_MBX) || \ -    defined(CONFIG_IAD210)	|| defined(CONFIG_XPEDITE1K) +    defined(CONFIG_IAD210)	|| defined(CONFIG_XPEDITE1K) || \ +    defined(CONFIG_METROBOX)    || defined(CONFIG_KAREF)  void	board_get_enetaddr (uchar *addr);  #endif |