zephyr/soc/st/stm32/stm32h7rsx/soc.h

17 lines
251 B
C
Raw Normal View History

/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32H7RS_SOC_H_
#define _STM32H7RS_SOC_H_
#ifndef _ASMLANGUAGE
#include <stm32h7rsxx.h>
#endif /* !_ASMLANGUAGE */
#endif /* _STM32H7RS_SOC_H_ */