summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/keyboard_scan/src/keyboard_test_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/keyboard_scan/src/keyboard_test_utils.c')
-rw-r--r--zephyr/test/drivers/keyboard_scan/src/keyboard_test_utils.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/zephyr/test/drivers/keyboard_scan/src/keyboard_test_utils.c b/zephyr/test/drivers/keyboard_scan/src/keyboard_test_utils.c
index 7b49bd1df4..4141028408 100644
--- a/zephyr/test/drivers/keyboard_scan/src/keyboard_test_utils.c
+++ b/zephyr/test/drivers/keyboard_scan/src/keyboard_test_utils.c
@@ -1,11 +1,12 @@
-/* Copyright 2022 The ChromiumOS Authors.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include <emul/emul_kb_raw.h>
#include <zephyr/drivers/emul.h>
+#include <emul/emul_kb_raw.h>
+
const static struct device *dev = DEVICE_DT_GET(DT_NODELABEL(cros_kb_raw));
int emulate_keystate(int row, int col, int pressed)