android_kernel_samsung_hero.../include/linux/hall.h

13 lines
261 B
C
Raw Normal View History

2016-08-17 10:41:52 +02:00
#ifndef _HALL_H
#define _HALL_H
//extern struct class *sec_class;
struct hall_platform_data {
unsigned int rep:1; /* enable input subsystem auto repeat */
int gpio_flip_cover;
int gpio_certify_cover;
};
extern struct device *sec_key;
#endif /* _HALL_H */