summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-29 07:27:15 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-29 07:27:15 +0000
commit3ea27e1a8b88b8c1be92720553afbda7e8e4b48e (patch)
treeb663fb8afdee491c8acd86ebf01ee454febf7340 /MdePkg/Include/IndustryStandard
parent9fe0e26707f4eae25aa0d69603ad59cfe7f06aaa (diff)
downloadedk2-platforms-3ea27e1a8b88b8c1be92720553afbda7e8e4b48e.tar.xz
ATA_REQUEST_SENSE_ERROR is not defined in ATA spec and no one use it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6285 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-rw-r--r--MdePkg/Include/IndustryStandard/Atapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Atapi.h b/MdePkg/Include/IndustryStandard/Atapi.h
index 1c18441858..f14d8f25c4 100644
--- a/MdePkg/Include/IndustryStandard/Atapi.h
+++ b/MdePkg/Include/IndustryStandard/Atapi.h
@@ -484,7 +484,6 @@ typedef union {
//
// Sense Key
//
-#define ATA_REQUEST_SENSE_ERROR (0x70)
#define ATA_SK_NO_SENSE (0x0)
#define ATA_SK_RECOVERY_ERROR (0x1)
#define ATA_SK_NOT_READY (0x2)