mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
11 lines
No EOL
181 B
C
Executable file
11 lines
No EOL
181 B
C
Executable file
#ifndef __K2DH_DEV_H
|
|
|
|
#define __K2DH_DEV_H
|
|
|
|
|
|
|
|
|
|
|
|
/*Platform data */
|
|
|
|
struct k2hh_platform_data {
|
|
|
|
signed char orientation[9];
|
|
|
|
unsigned int irq_gpio;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif |