mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 00:42:16 +00:00
6 lines
88 B
C
6 lines
88 B
C
|
#ifdef __uClinux__
|
||
|
#include "mmu_context_no.h"
|
||
|
#else
|
||
|
#include "mmu_context_mm.h"
|
||
|
#endif
|