modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / linux / gta02-vibrator.h
1 struct gta02_vib_platform_data {
2         int (* enable_fiq)(void);
3         void (*disable_fiq)(void);
4         void (*kick_fiq)(void);
5 };