]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/common.h
eeprom: Add bus argument to eeprom_init()
[people/ms/u-boot.git] / include / common.h
index cb35ac8aaa0ca0dca1439bcc9499ee3c994c9cc4..a3831b78dccdd4f1ee840e2513d5bfdc43f493e3 100644 (file)
@@ -474,7 +474,7 @@ void        reset_phy     (void);
 void   fdc_hw_init   (void);
 
 /* $(BOARD)/eeprom.c */
-void eeprom_init  (void);
+void eeprom_init  (int bus);
 int  eeprom_read  (unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt);
 int  eeprom_write (unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt);