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