1 /*
2  * Copyright (c) 2024 Yishai Jaffe
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @file
9  * @brief Register access macros for the EFR32ZG23 SoC
10  *
11  */
12 
13 #ifndef EFR32ZG23_SOC_H_
14 #define EFR32ZG23_SOC_H_
15 
16 #ifndef _ASMLANGUAGE
17 
18 #include <em_common.h>
19 #include "../common/soc_gpio.h"
20 
21 #endif /* !_ASMLANGUAGE */
22 
23 #endif /* EFR32ZG23_SOC_H_ */
24