summaryrefslogtreecommitdiff
path: root/core/minute-ia/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/minute-ia/cpu.h')
-rw-r--r--core/minute-ia/cpu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/minute-ia/cpu.h b/core/minute-ia/cpu.h
new file mode 100644
index 0000000000..d2046fccb7
--- /dev/null
+++ b/core/minute-ia/cpu.h
@@ -0,0 +1,13 @@
+/* Copyright (c) 2016 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.
+ *
+ * Registers map and defintions for mIA LM2 processor
+ */
+
+#ifndef __CROS_EC_CPU_H
+#define __CROS_EC_CPU_H
+
+
+void cpu_init(void);
+#endif /* __CROS_EC_CPU_H */