make gDXE->Dispatch() a function pointer

This commit is contained in:
Trammell hudson 2018-05-07 15:50:54 -04:00 committed by Trammell Hudson
parent 817ed9426c
commit e40341626d
Failed to extract signature

View File

@ -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)(