diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-02 01:39:05 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-02 01:39:05 +0000 |
commit | efb86b3ad5bc3d3826e4dd38c6521f36214ec6e9 (patch) | |
tree | 1a24981e12bf920058e3c7114326a54036aef7d0 | |
parent | 15fcbcbee0633cf71340d2638d197207f51dff78 (diff) | |
download | edk2-platforms-efb86b3ad5bc3d3826e4dd38c6521f36214ec6e9.tar.xz |
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
-rw-r--r-- | MdePkg/Include/Protocol/DevicePath.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h index fc4c34d923..b2b0eec77e 100644 --- a/MdePkg/Include/Protocol/DevicePath.h +++ b/MdePkg/Include/Protocol/DevicePath.h @@ -478,6 +478,11 @@ typedef struct { } 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
///
#define MSG_I2O_DP 0x06
|