mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
6 lines
82 B
C
6 lines
82 B
C
|
#ifdef __uClinux__
|
||
|
#include "bootinfo_no.h"
|
||
|
#else
|
||
|
#include "bootinfo_mm.h"
|
||
|
#endif
|