import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / cam_cal / dummy_eeprom / dummy_cam_cal.h
CommitLineData
6fa3eb70
S
1/*****************************************************************************
2 *
3 * Filename:
4 * ---------
5 * S-24CS64A.h
6 *
7 * Project:
8 * --------
9 * ALPS
10 *
11 * Description:
12 * ------------
13 * Header file of CAM_CAL driver
14 *
15 *
16 * Author:
17 * -------
18 * Ronnie Lai (MTK01420)
19 *
20 *============================================================================*/
21#ifndef __CAM_CAL_H
22#define __CAM_CAL_H
23
24#define CAM_CAL_DEV_MAJOR_NUMBER 226
25
26/* CAM_CAL READ/WRITE ID */
27#define S24CS64A_DEVICE_ID 0xAB //0xFE //
28
29#endif /* __CAM_CAL_H */
30