android_kernel_samsung_a7y1.../include/linux/hall.h
2023-04-06 22:47:12 +02:00

11 lines
226 B
C

#ifndef _HALL_H
#define _HALL_H
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 */