summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/cache.h
blob: 4bb39b1cd407c6425d606c63dc63a86eb3c19774 (plain)
1
2
3
4
5
6
7
#ifndef _ASM_MIPS_CACHE_H
#define _ASM_MIPS_CACHE_H

void flush_cache_all(void);
void r4k_cache_init(void);

#endif /* _ASM_MIPS_CACHE_H */