blob: 83f08223dcb72d815fe66cac7ab5e79e6bfa911e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
/*****************************************************************************
*
* Filename:
* ---------
* S-24CS64A.h
*
* Project:
* --------
* ALPS
*
* Description:
* ------------
* Header file of EEPROM driver
*
*
* Author:
* -------
* Ronnie Lai (MTK01420)
*
*============================================================================*/
#ifndef __EEPROM_H
#define __EEPROM_H
#define EEPROM_DEV_MAJOR_NUMBER 226
/* EEPROM READ/WRITE ID */
#define S24CS64A_DEVICE_ID 0xA0 /* 0xFE // */
#endif /* __EEPROM_H */
|