20 lines
333 B
C
20 lines
333 B
C
/*
|
|
* Copyright (c) 2019 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _STM32F7_SOC_H_
|
|
#define _STM32F7_SOC_H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#include <stm32h7xx.h>
|
|
|
|
/* Add generated devicetree information and STM32 helper macros */
|
|
#include <st_stm32_dt.h>
|
|
|
|
#endif /* !_ASMLANGUAGE */
|
|
|
|
#endif /* _STM32F7_SOC_H7_ */
|