Move soc/gd_gd32 to soc/gd/gd32. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
16 lines
292 B
C
16 lines
292 B
C
/*
|
|
* Copyright (c) 2022 BrainCo Inc.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _SOC_ARM_GIGADEVICE_GD32L23X_SOC_H_
|
|
#define _SOC_ARM_GIGADEVICE_GD32L23X_SOC_H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#include <gd32l23x.h>
|
|
|
|
#endif /* _ASMLANGUAGE */
|
|
|
|
#endif /* _SOC_ARM_GIGADEVICE_GD32L23X_SOC_H_ */
|