1 /*
2  * Copyright (c) 2024 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H
8 #define BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H
9 
10 /* We reuse the real SOC's header: */
11 #include "../soc/nordic/common/soc_nrf_common.h"
12 
13 #endif /* BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H */
14