aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/hash.h
diff options
context:
space:
mode:
authorStanislaw Kardach <skardach@marvell.com>2020-05-13 16:11:48 +0200
committerMatias Elo <matias.elo@nokia.com>2020-06-16 09:43:52 +0300
commitbfe095df81e486752860a2e1cb39f5298009ec67 (patch)
treedb3ebbe31b8d2bbd15a2cc8be337adfa499a6b54 /include/odp/api/abi-default/hash.h
parent8bf6c9013601853413d64c2b6a481fa2e9a40d27 (diff)
abi: hash: allow inlining
Add abi header for hash to allow platforms to inline hash. Signed-off-by: Stanislaw Kardach <skardach@marvell.com> Reviewed-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp/api/abi-default/hash.h')
-rw-r--r--include/odp/api/abi-default/hash.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/odp/api/abi-default/hash.h b/include/odp/api/abi-default/hash.h
new file mode 100644
index 000000000..06e9e06c4
--- /dev/null
+++ b/include/odp/api/abi-default/hash.h
@@ -0,0 +1,20 @@
+/* Copyright (c) 2020, Marvell
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/**
+ * @file
+ *
+ * ODP hash
+ */
+
+#ifndef ODP_ABI_HASH_H_
+#define ODP_ABI_HASH_H_
+
+/* Empty header to allow platforms to override inlining
+ * of hash functions.
+ */
+
+#endif