aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.h
blob: 520841ace7cb5aed51313f0c0a9367be291c5faa (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifdef __cplusplus
extern "C"
{
#endif

void flush_uppermem_cache(void *start_address, void *end_address, int flags);

#ifdef __cplusplus
}
#endif