mirror of https://github.com/acidanthera/audk.git
Add flag for device directly connect to the HBA.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8002 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
15fcbcbee0
commit
efb86b3ad5
|
@ -477,6 +477,11 @@ typedef struct {
|
||||||
UINT16 Lun;
|
UINT16 Lun;
|
||||||
} SATA_DEVICE_PATH;
|
} SATA_DEVICE_PATH;
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Flag for if the device is directly connected to the HBA.
|
||||||
|
///
|
||||||
|
#define SATA_HBA_DIRECT_CONNECT_FLAG 0x8000
|
||||||
|
|
||||||
///
|
///
|
||||||
/// I2O Device Path SubType
|
/// I2O Device Path SubType
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue