summaryrefslogtreecommitdiff
path: root/core/host/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/cpu.h')
-rw-r--r--core/host/cpu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/host/cpu.h b/core/host/cpu.h
new file mode 100644
index 0000000000..4e43da623f
--- /dev/null
+++ b/core/host/cpu.h
@@ -0,0 +1,13 @@
+/* Copyright (c) 2013 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.
+ */
+
+/* CPU specific header file */
+
+#ifndef __CPU_H
+#define __CPU_H
+
+static inline void cpu_init(void) { }
+
+#endif /* __CPU_H */