Make EFI port primary
This commit is contained in:
13
core/src/efi.h
Normal file
13
core/src/efi.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef EFI_H
|
||||
#define EFI_H
|
||||
|
||||
#ifndef MDE_CPU_X64
|
||||
#define MDE_CPU_X64
|
||||
#endif
|
||||
|
||||
#include <Uefi.h>
|
||||
|
||||
// Map legacy names if needed, or update main.c
|
||||
typedef EFI_SYSTEM_TABLE EfiSystemTable;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user