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