mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef __uClinux__
|
||
|
#include "system_no.h"
|
||
|
#else
|
||
|
#include "system_mm.h"
|
||
|
#endif
|