blob: 9274a7db70b71678a90232b2c7c69d2424266297 [file] [log] [blame]
/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file SoC configuration macros for the STM32N6 family processors.
*
*/
#ifndef _STM32N6_SOC_H_
#define _STM32N6_SOC_H_
#ifndef _ASMLANGUAGE
#include <stm32n6xx.h>
#endif /* !_ASMLANGUAGE */
#endif /* _STM32N6_SOC_H_ */