summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/include/ec_app_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/include/ec_app_main.h')
-rw-r--r--zephyr/app/ec/include/ec_app_main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/app/ec/include/ec_app_main.h b/zephyr/app/ec/include/ec_app_main.h
new file mode 100644
index 0000000000..a5043be84a
--- /dev/null
+++ b/zephyr/app/ec/include/ec_app_main.h
@@ -0,0 +1,6 @@
+/* Copyright 2021 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.
+ */
+
+void ec_app_main(void);