Files
Lints/efi-port/core/src/efi.h
2025-11-29 13:34:21 +01:00

14 lines
193 B
C

#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