Files
scummvm/dists/gph/gp2x/mmuhack/flush_uppermem_cache.h
T
David-John Willis 7e0a88f69b GPH: Move all dist files into own folder under dists.
* Update vairous GPH bundle targets to suit new layout.
* Also add .in input files so we can automatically update version numbers.
2012-01-22 16:53:32 +00:00

11 lines
147 B
C

#ifdef __cplusplus
extern "C"
{
#endif
void flush_uppermem_cache(void *start_address, void *end_address, int flags);
#ifdef __cplusplus
}
#endif