|
TianoCore EDK2 master
|
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT8 | PrimarySecondary |
| UINT8 | SlaveMaster |
| UINT16 | Lun |
Definition at line 327 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL ATAPI_DEVICE_PATH::Header |
Definition at line 328 of file DevicePath.h.
| UINT16 ATAPI_DEVICE_PATH::Lun |
Logical Unit Number.
Definition at line 340 of file DevicePath.h.
| UINT8 ATAPI_DEVICE_PATH::PrimarySecondary |
Set to zero for primary, or one for secondary.
Definition at line 332 of file DevicePath.h.
| UINT8 ATAPI_DEVICE_PATH::SlaveMaster |
Set to zero for master, or one for slave mode.
Definition at line 336 of file DevicePath.h.