summaryrefslogtreecommitdiff
path: root/cros_ec/chip_stub/include/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'cros_ec/chip_stub/include/keyboard.h')
-rw-r--r--cros_ec/chip_stub/include/keyboard.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cros_ec/chip_stub/include/keyboard.h b/cros_ec/chip_stub/include/keyboard.h
new file mode 100644
index 0000000000..274e90b414
--- /dev/null
+++ b/cros_ec/chip_stub/include/keyboard.h
@@ -0,0 +1,14 @@
+/* Copyright (c) 2011 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.
+ *
+ * The keyboard stub header file for test code to include.
+ */
+
+
+#ifndef __EC_CHIP_STUB_KEYBOARD_H_
+#define __EC_CHIP_STUB_KEYBOARD_H_
+
+EcError SimulateKeyStateChange(int row, int col, int state);
+
+#endif /* __EC_CHIP_STUB_KEYBOARD_H_ */