mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
7 lines
121 B
C
7 lines
121 B
C
#ifndef __MMUHACK__
|
|
#define __MMUHACK__
|
|
|
|
extern int mmuhack(void);
|
|
extern int mmuunhack(void);
|
|
|
|
#endif /* __MMUHACK__ */
|