]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/gth/ee_access.h
Fix SDRAM timing on Purple board
[karo-tx-uboot.git] / board / gth / ee_access.h
1 /* By Thomas.Lange@Corelatus.com 001025
2
3    Definitions for EEPROM/VOLT METER  DS2438 */
4
5 #ifndef INCeeaccessh
6 #define INCeeaccessh
7
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 );
11
12 #ifndef TRUE
13 #define TRUE 1
14 #endif
15
16 #endif /* INCeeaccessh */