mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef __uClinux__
|
||
|
#include "system_no.h"
|
||
|
#else
|
||
|
#include "system_mm.h"
|
||
|
#endif
|