mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
7 lines
169 B
C
7 lines
169 B
C
|
/* EEPROM init functions for Cyrus */
|
||
|
|
||
|
|
||
|
void init_eeprom(int bus_num, int addr, int addr_len);
|
||
|
void mac_read_from_fixed_id(void);
|
||
|
int mac_read_from_eeprom_common(void);
|