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