summaryrefslogtreecommitdiff
path: root/chip/it83xx/intc.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/intc.h')
-rw-r--r--chip/it83xx/intc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/chip/it83xx/intc.h b/chip/it83xx/intc.h
new file mode 100644
index 0000000000..488331f2a9
--- /dev/null
+++ b/chip/it83xx/intc.h
@@ -0,0 +1,14 @@
+/* Copyright 2015 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.
+ */
+
+/* INTC control module for IT83xx. */
+
+#ifndef __CROS_EC_IT83XX_INTC_H
+#define __CROS_EC_IT83XX_INTC_H
+
+void lpc_kbc_ibf_interrupt(void);
+void lpc_kbc_obe_interrupt(void);
+
+#endif /* __CROS_EC_IT83XX_INTC_H */