summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/skyrim/src/common.c')
-rw-r--r--zephyr/test/skyrim/src/common.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/test/skyrim/src/common.c b/zephyr/test/skyrim/src/common.c
new file mode 100644
index 0000000000..b369d0bdaa
--- /dev/null
+++ b/zephyr/test/skyrim/src/common.c
@@ -0,0 +1,7 @@
+/* Copyright 2023 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#include <zephyr/logging/log.h>
+
+LOG_MODULE_REGISTER(skyrim, CONFIG_SKYRIM_LOG_LEVEL);