1 /* By Thomas.Lange@Corelatus.com 001025
3 Definitions for EEPROM/VOLT METER DS2438 */
8 int ee_do_command( u8 *Tx, int Tx_len, u8 *Rx, int Rx_len, int Send_skip );
9 int ee_init_data(void);
10 int ee_crc_ok( u8 *Buffer, int Len, u8 Crc );
16 #endif /* INCeeaccessh */