Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
9a77c36c4a5ed7d218d3a5d154ef73e430e50052
/
.
/
include
/
linux
/
hall.h
blob: a6abd0099727628f134d062f7705ca0c8ee11b2a [
file
] [
log
] [
blame
]
#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 */