Specifications
Code Definitions
75
EFI_LEGACY_BIOS_PLATFORM_PROTOCOL.PlatformHooks()
Summary
Allows platform to perform any required action after a LegacyBios operation.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_LEGACY_BIOS_PLATFORM_HOOKS) (
IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
IN EFI_GET_PLATFORM_HOOK_MODE Mode,
IN UINT16 Type,
IN EFI_HANDLE DeviceHandle, OPTIONA
L
IN OUT
UINTN *ShadowAddress, OPTIONAL
IN
EFI_COMPATIBILITY16_TABLE Compatibility16Table, OPTI
ONAL
OUT
VOID **AdditionalData OPTIONAL
)
Parameters
This
Indicates the EFI_LEGACY_BIOS_PLATFORM_PROTOCOL instance.
Mode
Specifies what handle to return.
PrepareToScanRom
ShadowServiceRoms
AfterRomInit
Type
Mode specific.
DeviceHandle
List of PCI devices in the system. Type EFI_HANDLE is defined in
InstallProtocolInterface() in the EFI 1.10 Specification.
Shadowaddress
First free OpROM area, after other OpROMs have been dispatched..










