1 /*
2  * Copyright (c) 2021 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @file SoC configuration macros for the GigaDevice GD32VF103 processor
9  */
10 
11 #ifndef RISCV_GD32VF103_SOC_H_
12 #define RISCV_GD32VF103_SOC_H_
13 
14 #include <soc_common.h>
15 
16 #endif  /* RISCV_GD32VF103_SOC_H */
17