xref: /rk3399_rockchip-uboot/board/varisys/common/eeprom.h (revision 0f4d2f8e79f128de006c9b116be84f3e4dbba210)
1 /* EEPROM init functions for Cyrus */
2 
3 
4 void init_eeprom(int bus_num, int addr, int addr_len);
5 void mac_read_from_fixed_id(void);
6 int mac_read_from_eeprom_common(void);
7