mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2025-12-28 07:28:50 +01:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef __MMUHACK__
|
|
#define __MMUHACK__
|
|
|
|
extern int mmuhack(void);
|
|
extern int mmuunhack(void);
|
|
|
|
#endif /* __MMUHACK__ */
|