diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 49ab97ce9..21101f105 100644 --- a/include/common.h +++ b/include/common.h @@ -156,6 +156,7 @@ int	misc_init_r   (void);  /* $(BOARD)/$(BOARD).c */  void	reset_phy     (void); +void    fdc_hw_init   (void);  /* $(BOARD)/eeprom.c */  void eeprom_init  (void); |