blob: 934965ffac65e0219e30512252d8559b83c990e9 [file] [log] [blame]
Kevin Penga8604332021-04-23 17:33:30 +08001/*
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
14extern "C" {
15#endif
16
17void register_testsuite_irq_test(struct test_suite_t *p_test_suite);
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* __IRQ_TESTSUITE_H__ */