mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-25 15:24:17 +08:00
6 lines
72 B
C
6 lines
72 B
C
|
#ifdef __uClinux__
|
||
|
#include "mmu_no.h"
|
||
|
#else
|
||
|
#include "mmu_mm.h"
|
||
|
#endif
|