mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +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* RemoveIoSpace;
|
||||||
void* GetIoSpaceDescriptor;
|
void* GetIoSpaceDescriptor;
|
||||||
void* GetIoSpaceMap;
|
void* GetIoSpaceMap;
|
||||||
void* Dispatch;
|
EFI_STATUS EFIAPI (*Dispatch)(void);
|
||||||
void* Schedule;
|
void* Schedule;
|
||||||
void* Trust;
|
void* Trust;
|
||||||
EFI_STATUS EFIAPI (*ProcessFirmwareVolume)(
|
EFI_STATUS EFIAPI (*ProcessFirmwareVolume)(
|
||||||
|
Loading…
Reference in New Issue
Block a user