|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <DevicePath.h>

Public Attributes | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT8 | PrimarySecondary |
| UINT8 | SlaveMaster |
| UINT16 | Lun |
Definition at line 297 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL ATAPI_DEVICE_PATH::Header |
Definition at line 298 of file DevicePath.h.
| UINT16 ATAPI_DEVICE_PATH::Lun |
Logical Unit Number.
Definition at line 310 of file DevicePath.h.
| UINT8 ATAPI_DEVICE_PATH::PrimarySecondary |
Set to zero for primary, or one for secondary.
Definition at line 302 of file DevicePath.h.
| UINT8 ATAPI_DEVICE_PATH::SlaveMaster |
Set to zero for master, or one for slave mode.
Definition at line 306 of file DevicePath.h.