From 9cdce49cd28baeb9187a0ed8031839ad726312a9 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 4 Oct 2009 13:18:19 +0200 Subject: Add gta02-vibrator driver. --- include/linux/gta02-vibrator.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/linux/gta02-vibrator.h (limited to 'include') diff --git a/include/linux/gta02-vibrator.h b/include/linux/gta02-vibrator.h new file mode 100644 index 00000000000..be7300b3a39 --- /dev/null +++ b/include/linux/gta02-vibrator.h @@ -0,0 +1,10 @@ +#ifndef __LINUX_GTA02_VIBRATOR +#define __LINUX_GTA02_VIBRATOR + +struct gta02_vib_platform_data { + int (* enable_fiq)(void); + void (*disable_fiq)(void); + void (*kick_fiq)(void); +}; + +#endif -- cgit v1.2.3