summaryrefslogtreecommitdiff
path: root/chip/mt_scp/rv32i_common/hostcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/rv32i_common/hostcmd.h')
-rw-r--r--chip/mt_scp/rv32i_common/hostcmd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/chip/mt_scp/rv32i_common/hostcmd.h b/chip/mt_scp/rv32i_common/hostcmd.h
new file mode 100644
index 0000000000..b93f1e725d
--- /dev/null
+++ b/chip/mt_scp/rv32i_common/hostcmd.h
@@ -0,0 +1,12 @@
+/* Copyright 2020 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.
+ */
+
+#ifndef __CROS_EC_HOSTCMD_H
+#define __CROS_EC_HOSTCMD_H
+
+/* Initialize hostcmd. */
+void hostcmd_init(void);
+
+#endif /* __CROS_EC_HOSTCMD_H */