1 /*
2  * Copyright (c) 2024 Andes Technology Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef SOC_RISCV_GD32_GD32VF103_SOC_OFFSETS_H_
8 #define SOC_RISCV_GD32_GD32VF103_SOC_OFFSETS_H_
9 
10 #ifdef CONFIG_RISCV_SOC_OFFSETS
11 
12 	#define GEN_SOC_OFFSET_SYMS()
13 
14 #endif  /* CONFIG_RISCV_SOC_OFFSETS */
15 
16 #endif  /* SOC_RISCV_GD32_GD32VF103_SOC_OFFSETS_H_*/
17