| /* | |
| * Copyright (c) 2025 Silicon Laboratories Inc. | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| /** | |
| * @file | |
| * @brief Register access macros for Silabs Series 2 SoCs | |
| * | |
| */ | |
| #ifndef SILABS_S2_SOC_H_ | |
| #define SILABS_S2_SOC_H_ | |
| #ifndef _ASMLANGUAGE | |
| #include <em_common.h> | |
| #endif | |
| #endif |