Merge tag 'v3.10.55' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mt8127 / kr076_nand / eeprom / dummy_eeprom.h
1 /*****************************************************************************
2 *
3 * Filename:
4 * ---------
5 * S-24CS64A.h
6 *
7 * Project:
8 * --------
9 * ALPS
10 *
11 * Description:
12 * ------------
13 * Header file of EEPROM driver
14 *
15 *
16 * Author:
17 * -------
18 * Ronnie Lai (MTK01420)
19 *
20 *============================================================================*/
21 #ifndef __EEPROM_H
22 #define __EEPROM_H
23
24 #define EEPROM_DEV_MAJOR_NUMBER 226
25
26 /* EEPROM READ/WRITE ID */
27 #define S24CS64A_DEVICE_ID 0xA0 //0xFE //
28
29 #endif /* __EEPROM_H */
30