1 /* 2 * Copyright (c) 2020 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #ifndef _NRF_HW_MODEL_GPIOTE_H 7 #define _NRF_HW_MODEL_GPIOTE_H 8 9 #include "nrfx.h" 10 11 #ifdef __cplusplus 12 extern "C"{ 13 #endif 14 15 extern NRF_GPIOTE_Type NRF_GPIOTE_regs; 16 17 #ifdef __cplusplus 18 } 19 #endif 20 21 #endif 22