aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/files-2.6.30/include/linux/gta02-vibrator.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/s3c24xx/files-2.6.30/include/linux/gta02-vibrator.h')
-rw-r--r--target/linux/s3c24xx/files-2.6.30/include/linux/gta02-vibrator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/files-2.6.30/include/linux/gta02-vibrator.h b/target/linux/s3c24xx/files-2.6.30/include/linux/gta02-vibrator.h
new file mode 100644
index 000000000..9c24aac31
--- /dev/null
+++ b/target/linux/s3c24xx/files-2.6.30/include/linux/gta02-vibrator.h
@@ -0,0 +1,5 @@
+struct gta02_vib_platform_data {
+ int (* enable_fiq)(void);
+ void (*disable_fiq)(void);
+ void (*kick_fiq)(void);
+};