[s3c24xx] bump to 2.6.30-rc6
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / files-2.6.30 / include / 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 };