1 /* 2 * Copyright (c) 2023, Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #ifndef _NRF_HW_MODELS_NHW_VREQCTRL_H 7 #define _NRF_HW_MODELS_NHW_VREQCTRL_H 8 9 #ifdef __cplusplus 10 extern "C"{ 11 #endif 12 13 #ifdef __cplusplus 14 } 15 #endif 16 17 #endif /* _NRF_HW_MODELS_NHW_VREQCTRL_H */ 18