aboutsummaryrefslogtreecommitdiff
path: root/ifeel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ifeel.h')
-rw-r--r--ifeel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ifeel.h b/ifeel.h
new file mode 100644
index 0000000..e4bd677
--- /dev/null
+++ b/ifeel.h
@@ -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;
+};