Files
zephyr/boards/native/nrf_bsim/soc/pinctrl_soc.h
Jamie McCrae 9e3466606a boards: nordic_nrf: Rename to nordic
Aligns with the vendor prefix

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:11 +01:00

14 lines
332 B
C

/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef BOARDS_POSIX_NRF_BSIM_SOC_PINCTRL_SOC_H
#define BOARDS_POSIX_NRF_BSIM_SOC_PINCTRL_SOC_H
/* We reuse the real SOC's header: */
#include "../soc/nordic/common/pinctrl_soc.h"
#endif /* BOARDS_POSIX_NRF_BSIM_SOC_PINCTRL_SOC_H */