summaryrefslogtreecommitdiff
path: root/include/capsense.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/capsense.h')
-rw-r--r--include/capsense.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/capsense.h b/include/capsense.h
new file mode 100644
index 0000000000..cc910385f1
--- /dev/null
+++ b/include/capsense.h
@@ -0,0 +1,14 @@
+/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __CROS_EC_CAPSENSE_H
+#define __CROS_EC_CAPSENSE_H
+
+#include "common.h"
+#include "gpio.h"
+
+void capsense_interrupt(enum gpio_signal signal);
+
+#endif /* __CROS_EC_CAPSENSE_H */