#ifndef ASM_INCLUDES_H #define ASM_INCLUDES_H #include "asm/cpu.h" #include "asm/crc16.h" #include "asm/clock.h" #include "asm/uart.h" #include "asm/uart_dev.h" #include "asm/gpio.h" #include "asm/spiflash.h" #include "asm/csfr.h" #include "asm/power_interface.h" #include "asm/efuse.h" #include "asm/wdt.h" #include "asm/debug.h" #include "asm/rtc.h" #include "asm/mcpwm.h" #endif