Specifications

44
EFI_LEGACY_BIOS_PROTOCOL.GetBbsInfo()
Summary
Presents BBS information to external agents.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_LEGACY_BIOS_GET_BBS_INFO) (
IN EFI_LEGACY_BIOS_PROTOCOL *This,
OUT UINT16 *HddCount,
OUT HDD_INFO **HddInfo,
OUT UINT16 *BbsCount,
IN OUT BBS_TABLE **BbsTable
)
Parameters
This
Indicates the EFI_LEGACY_BIOS_PROTOCOL instance.
HddCount
Number of HDD_INFO structures. Type HDD_INFO is defined in “Related
Definitions” in
Compatibility16PrepareToBoot().
HddInfo
Onboard IDE controller information.
BbsCount
Number of BBS_TABLE structures.
BbsTable
BBS entry. Type BBS_TABLE is defined in "Related Definitions" in
Compatibility16PrepareToBoot().
Description
This function presents the internal BBS data structures to external agents such as BIOS
Setup and allows them to assign boot priorities.
Status Codes Returned
EFI_SUCCESS Tables returned successfully.