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