/* * Copyright (c) 2023 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /* * Interfaces the Native Simulator provides to * the embedded CPU SW */ #ifndef NSI_COMMON_SRC_INCL_NSI_CPU_ES_IF_H #define NSI_COMMON_SRC_INCL_NSI_CPU_ES_IF_H #include "nsi_tracing.h" #include "nsi_main.h" #include "nsi_hw_scheduler.h" #endif /* NSI_COMMON_SRC_INCL_NSI_CPU_ES_IF_H */