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:
gikidy 2009-04-02 01:39:05 +00:00
parent 15fcbcbee0
commit efb86b3ad5
1 changed files with 5 additions and 0 deletions

View File

@ -477,6 +477,11 @@ typedef struct {
UINT16 Lun;
} 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
///