]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/gth/ee_access.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[people/ms/u-boot.git] / board / gth / ee_access.h
CommitLineData
012771d8
WD
1/* By Thomas.Lange@Corelatus.com 001025
2
3 Definitions for EEPROM/VOLT METER DS2438 */
4
5#ifndef INCeeaccessh
6#define INCeeaccessh
7
8int ee_do_command( u8 *Tx, int Tx_len, u8 *Rx, int Rx_len, int Send_skip );
9int ee_init_data(void);
10int ee_crc_ok( u8 *Buffer, int Len, u8 Crc );
11
12#ifndef TRUE
13#define TRUE 1
14#endif
15
16#endif /* INCeeaccessh */