aboutsummaryrefslogtreecommitdiff
path: root/machine/flush_icache.h
blob: 92166bc642bcf548a14c200ea6626bf39d6c3e98 (plain)
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 */