aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pcap7200.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pcap7200.h')
-rw-r--r--include/linux/pcap7200.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/linux/pcap7200.h b/include/linux/pcap7200.h
new file mode 100644
index 00000000000..f52ba15c556
--- /dev/null
+++ b/include/linux/pcap7200.h
@@ -0,0 +1,20 @@
+#ifndef _LINUX_PCPA7200_H
+#define _LINUX_PCPA7200_H
+
+enum op_mode {
+ SLEEP,
+ WAKEUP,
+ SINGLE_TOUCH,
+ MULTI_TOUCH,
+};
+
+enum gesture {
+ ZOOM,
+ FST_ZOOM,
+ SND_ZOOM,
+ ROTATE,
+ FST_SLIDE,
+ SND_SLIDE,
+};
+
+#endif /* _LINUX_PCPA7200_H */