aboutsummaryrefslogtreecommitdiff
path: root/test/validation/errno/errno.h
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-07-02 15:37:46 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-09 13:21:51 +0300
commit18f7a7e3d6a5933b0f156aa3d13204ec8acd90ad (patch)
tree7e4db8d86b17ec919b95812e356cd2747f6a6fc5 /test/validation/errno/errno.h
parent6674b8f64d7eadb5fbf883059f1755a1a4f7f9d8 (diff)
validation: new module errno
Errno (earlyer part of the odp_ver_abt_log_dbg module) now gets its own module. Test contents remains unchanged. Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/validation/errno/errno.h')
-rw-r--r--test/validation/errno/errno.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/validation/errno/errno.h b/test/validation/errno/errno.h
new file mode 100644
index 000000000..f05d2c646
--- /dev/null
+++ b/test/validation/errno/errno.h
@@ -0,0 +1,7 @@
+/* Copyright (c) 2015, Linaro Limited
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+int errno_main(void);