1 /* 2 * Copyright (c) 2018 Oticon A/S 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #ifndef _NRF_HW_MODEL_POWER_H 7 #define _NRF_HW_MODEL_POWER_H 8 9 #include "nrfx.h" 10 11 #ifdef __cplusplus 12 extern "C"{ 13 #endif 14 15 extern NRF_POWER_Type NRF_POWER_regs; 16 17 #ifdef __cplusplus 18 } 19 #endif 20 21 #endif 22