1 /* 2 * Copyright (c) 2024 Dhiru Kholia 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef _CH32FUN_H 8 #define _CH32FUN_H 9 10 #if defined(CONFIG_SOC_CH32V003) 11 #define CH32V003 1 12 #include <ch32v003fun.h> 13 #endif 14 15 #endif 16