mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 10:01:41 +00:00
6 lines
74 B
C
6 lines
74 B
C
|
#ifdef __uClinux__
|
||
|
#include "page_no.h"
|
||
|
#else
|
||
|
#include "page_mm.h"
|
||
|
#endif
|