From efb86b3ad5bc3d3826e4dd38c6521f36214ec6e9 Mon Sep 17 00:00:00 2001 From: gikidy Date: Thu, 2 Apr 2009 01:39:05 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Protocol/DevicePath.h | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -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 /// -- 2.39.2