diff options
Diffstat (limited to 'ifeel.h')
-rw-r--r-- | ifeel.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#define USB_IFEEL_BUZZ_IOCTL _IOW('U', 1, struct ifeel_command) + +struct ifeel_command { + unsigned int strength; + unsigned int delay; + unsigned int count; +}; |