mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 22:24:04 +08:00
6 lines
76 B
C
6 lines
76 B
C
|
#ifdef __uClinux__
|
||
|
#include "entry_no.h"
|
||
|
#else
|
||
|
#include "entry_mm.h"
|
||
|
#endif
|