aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/cpu.h')
-rw-r--r--include/odp/api/cpu.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/odp/api/cpu.h b/include/odp/api/cpu.h
new file mode 100644
index 000000000..43729b5ab
--- /dev/null
+++ b/include/odp/api/cpu.h
@@ -0,0 +1,28 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2015-2018 Linaro Limited
+ */
+
+/**
+ * @file
+ *
+ * ODP CPU
+ */
+
+#ifndef ODP_API_CPU_H_
+#define ODP_API_CPU_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/abi/cpu.h>
+
+/* Thread inline file implements cpu API function */
+#include <odp/api/thread.h>
+#include <odp/api/spec/cpu.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif