mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-07 20:51:57 +02:00
6 lines
116 B
C
6 lines
116 B
C
|
struct gta02_vib_platform_data {
|
||
|
int (* enable_fiq)(void);
|
||
|
void (*disable_fiq)(void);
|
||
|
void (*kick_fiq)(void);
|
||
|
};
|