1 /*
2  * Copyright (c) 2023 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /*
8  * Interfaces the Native Simulator provides to
9  * the embedded CPU SW
10  */
11 
12 #ifndef NSI_COMMON_SRC_INCL_NSI_CPU_ES_IF_H
13 #define NSI_COMMON_SRC_INCL_NSI_CPU_ES_IF_H
14 
15 #include "nsi_tracing.h"
16 #include "nsi_main.h"
17 #include "nsi_hw_scheduler.h"
18 
19 #endif /* NSI_COMMON_SRC_INCL_NSI_CPU_ES_IF_H */
20