aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/validation/api/shmem/shmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/common_plat/validation/api/shmem/shmem.h')
-rw-r--r--test/common_plat/validation/api/shmem/shmem.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/common_plat/validation/api/shmem/shmem.h b/test/common_plat/validation/api/shmem/shmem.h
new file mode 100644
index 000000000..a5893d931
--- /dev/null
+++ b/test/common_plat/validation/api/shmem/shmem.h
@@ -0,0 +1,24 @@
+/* Copyright (c) 2014, Linaro Limited
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef _ODP_TEST_SHMEM_H_
+#define _ODP_TEST_SHMEM_H_
+
+#include <odp_cunit_common.h>
+
+/* test functions: */
+void shmem_test_odp_shm_sunnyday(void);
+
+/* test arrays: */
+extern odp_testinfo_t shmem_suite[];
+
+/* test registry: */
+extern odp_suiteinfo_t shmem_suites[];
+
+/* main test program: */
+int shmem_main(int argc, char *argv[]);
+
+#endif