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 <platform.h>
5#include <placeholder.h>
6
7ASM void TRK_flush_cache(u32 addr, u32 length);
8
9#endif
ASM void TRK_flush_cache(u32 addr, u32 length)
Definition flush_cache.c:3
#define ASM
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26