1 /*
2  * Copyright (c) 2024 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /*
8  * MWU - Memory watch unit
9  *
10  * Just a stub for the registers at this point.
11  */
12 
13 #include "NHW_config.h"
14 #include "NHW_peri_types.h"
15 
16 NRF_MWU_Type NRF_MWU_regs = {0};
17