mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 02:34:05 +08:00
6 lines
80 B
C
6 lines
80 B
C
|
#ifdef __uClinux__
|
||
|
#include "pgalloc_no.h"
|
||
|
#else
|
||
|
#include "pgalloc_mm.h"
|
||
|
#endif
|