1 /*
2  * Copyright 2023 NXP
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _NXP_S32_S32K_SOC_H_
8 #define _NXP_S32_S32K_SOC_H_
9 
10 #include <S32K344.h>
11 
12 #if defined(CONFIG_CMSIS_RTOS_V2)
13 /*
14  * The HAL is defining these symbols already. To avoid redefinitions,
15  * let CMSIS RTOS wrapper define them.
16  */
17 #undef TRUE
18 #undef FALSE
19 #endif
20 
21 #endif /* _NXP_S32_S32K_SOC_H_ */
22