SSBM Decomp
Loading...
Searching...
No Matches
flush_cache.h
Go to the documentation of this file.
1#ifndef _METROTRK_FLUSH_CACHE_H
2#define _METROTRK_FLUSH_CACHE_H
3
4#include <Runtime/platform.h>
5
6ASM void TRK_flush_cache(u32 addr, u32 length);
7
8#endif
unsigned long u32
Definition types.h:9
ASM void TRK_flush_cache(u32 addr, u32 length)
Definition flush_cache.c:3
#define ASM
Definition platform.h:45