eeprom.h 169 B

123456
  1. /* EEPROM init functions for Cyrus */
  2. void init_eeprom(int bus_num, int addr, int addr_len);
  3. void mac_read_from_fixed_id(void);
  4. int mac_read_from_eeprom_common(void);