aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/std_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/std_types.h')
-rw-r--r--include/odp/api/std_types.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/odp/api/std_types.h b/include/odp/api/std_types.h
new file mode 100644
index 000000000..b94007314
--- /dev/null
+++ b/include/odp/api/std_types.h
@@ -0,0 +1,27 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2013-2018 Linaro Limited
+ */
+
+/**
+ * @file
+ *
+ * Standard C language types and definitions for ODP.
+ */
+
+#ifndef ODP_API_STD_TYPES_H_
+#define ODP_API_STD_TYPES_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+#include <odp/api/abi/std_types.h>
+
+#include <odp/api/spec/std_types.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif