14 lines
344 B
C
14 lines
344 B
C
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H
|
|
#define BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H
|
|
|
|
/* We reuse the real SOC's header: */
|
|
#include "../soc/nordic/common/soc_nrf_common.h"
|
|
|
|
#endif /* BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H */
|