diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/neo1973_vibrator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/neo1973_vibrator.h b/include/linux/neo1973_vibrator.h new file mode 100644 index 00000000000..abdfb313f8a --- /dev/null +++ b/include/linux/neo1973_vibrator.h @@ -0,0 +1,5 @@ +struct neo1973_vib_platform_data { + int (* enable_fiq)(void); + void (*disable_fiq)(void); + void (*kick_fiq)(void); +}; |