blob: 3839f4b3e6db21cfeb225f9390b461a94895c627 [file] [log] [blame]
Xinyu Zhang21559372021-09-24 17:06:09 +08001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __NSID_TESTSUITE_H__
9#define __NSID_TESTSUITE_H__
10
11#include "test_framework.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17void register_testsuite_nsid_test(struct test_suite_t *p_test_suite);
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* __NSID_TESTSUITE_H__ */