1 2 3 4 5 6 7 8
// See LICENSE for license details. #ifndef _RISCV_FLUSH_ICACHE_H #define _RISCV_FLUSH_ICACHE_H void __riscv_flush_icache(void); #endif /* _RISCV_FLUSH_ICACHE_H */