Files

11 lines
124 B
C

#ifdef CONFIG_ARM_ARCH
#include <arm/include/io.h>
#endif
#ifdef CONFIG_RISCV_ARCH
#include <riscv/include/io.h>
#endif