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, 0 insertions, 14 deletions
diff --git a/include/capsense.h b/include/capsense.h
deleted file mode 100644
index 2c0734aa4d..0000000000
--- a/include/capsense.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright 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 */