Kevin Peng | a860433 | 2021-04-23 17:33:30 +0800 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2021, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __IRQ_TESTSUITE_H__ | ||||
9 | #define __IRQ_TESTSUITE_H__ | ||||
10 | |||||
11 | #include "test_framework.h" | ||||
12 | |||||
13 | #ifdef __cplusplus | ||||
14 | extern "C" { | ||||
15 | #endif | ||||
16 | |||||
17 | void register_testsuite_irq_test(struct test_suite_t *p_test_suite); | ||||
18 | |||||
19 | #ifdef __cplusplus | ||||
20 | } | ||||
21 | #endif | ||||
22 | |||||
23 | #endif /* __IRQ_TESTSUITE_H__ */ |