mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 15:50:58 +00:00
make gDXE->Dispatch() a function pointer
This commit is contained in:
parent
817ed9426c
commit
e40341626d
@ -16,7 +16,7 @@ typedef struct {
|
||||
void* RemoveIoSpace;
|
||||
void* GetIoSpaceDescriptor;
|
||||
void* GetIoSpaceMap;
|
||||
void* Dispatch;
|
||||
EFI_STATUS EFIAPI (*Dispatch)(void);
|
||||
void* Schedule;
|
||||
void* Trust;
|
||||
EFI_STATUS EFIAPI (*ProcessFirmwareVolume)(
|
||||
|
Loading…
Reference in New Issue
Block a user