1 
2 #ifndef	__EEPROM_H__
3 #define	__EEPROM_H__
4 
5 extern void load_eeprom_dump(const char *file, uint16_t *buf);
6 
7 #endif
8