From bc49de906ce5a6e39a4bc9a46ab33af09b93295f Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sun, 22 Feb 2009 04:40:11 +0000 Subject: add-neo1973_vibrator.patch Signed-off-by: Andy Green --- include/linux/neo1973_vibrator.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/linux/neo1973_vibrator.h (limited to 'include') 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); +}; -- cgit v1.2.3