mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef __uClinux__
|
||
|
#include "system_no.h"
|
||
|
#else
|
||
|
#include "system_mm.h"
|
||
|
#endif
|