TianoCore EDK2 master
Loading...
Searching...
No Matches
BBS_BBS_DEVICE_PATH Struct Reference

#include <MdePkg/Include/Protocol/DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT16 DeviceType
 
UINT16 StatusFlag
 
CHAR8 String [1]
 

Detailed Description

This Device Path is used to describe the booting of non-EFI-aware operating systems.

Definition at line 1243 of file DevicePath.h.

Field Documentation

◆ DeviceType

UINT16 BBS_BBS_DEVICE_PATH::DeviceType

Device Type as defined by the BIOS Boot Specification.

Definition at line 1248 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL BBS_BBS_DEVICE_PATH::Header

Definition at line 1244 of file DevicePath.h.

◆ StatusFlag

UINT16 BBS_BBS_DEVICE_PATH::StatusFlag

Status Flags as defined by the BIOS Boot Specification.

Definition at line 1252 of file DevicePath.h.

◆ String

CHAR8 BBS_BBS_DEVICE_PATH::String[1]

Null-terminated ASCII string that describes the boot device to a user.

Definition at line 1256 of file DevicePath.h.


The documentation for this struct was generated from the following file: