aboutsummaryrefslogtreecommitdiff
path: root/test/validation/scheduler/scheduler.h
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@linaro.org>2015-07-17 17:25:44 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-21 12:21:12 +0300
commit207142018cfd228f95bb5b124f9562ed3fa82312 (patch)
tree3221753665097158bd1feb4bee693df37bd15382 /test/validation/scheduler/scheduler.h
parent428ed49f363c053fa9ca4f71370f28757e948c00 (diff)
validation: add missing include guards
Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/validation/scheduler/scheduler.h')
-rw-r--r--test/validation/scheduler/scheduler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/validation/scheduler/scheduler.h b/test/validation/scheduler/scheduler.h
index f2d5795..db0f289 100644
--- a/test/validation/scheduler/scheduler.h
+++ b/test/validation/scheduler/scheduler.h
@@ -4,4 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifndef _ODP_TEST_SCHEDULER_H_
+#define _ODP_TEST_SCHEDULER_H_
+
int scheduler_main(void);
+
+#endif