mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 18:07:03 +00:00
6 lines
80 B
C
6 lines
80 B
C
|
#ifdef __uClinux__
|
||
|
#include "machdep_no.h"
|
||
|
#else
|
||
|
#include "machdep_mm.h"
|
||
|
#endif
|