aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/deprecated.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/deprecated.h')
-rw-r--r--include/odp/api/deprecated.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/odp/api/deprecated.h b/include/odp/api/deprecated.h
new file mode 100644
index 000000000..afa2dd4e7
--- /dev/null
+++ b/include/odp/api/deprecated.h
@@ -0,0 +1,24 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2017-2018 Linaro Limited
+ */
+
+/**
+ * @file
+ *
+ * Control deprecated API definitions
+ */
+
+#ifndef ODP_API_DEPRECATED_H_
+#define ODP_API_DEPRECATED_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/spec/deprecated.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif