aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/std.h')
-rw-r--r--include/odp/api/std.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/odp/api/std.h b/include/odp/api/std.h
new file mode 100644
index 000000000..7a057efc6
--- /dev/null
+++ b/include/odp/api/std.h
@@ -0,0 +1,21 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2015-2018 Linaro Limited
+ */
+
+#ifndef ODP_API_STD_H_
+#define ODP_API_STD_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/abi/std_types.h>
+#include <odp/api/abi/std.h>
+
+#include <odp/api/spec/std.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif