summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Uefi
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-06 04:02:57 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-06 04:02:57 +0000
commit36122070ec3bde97d90ad1c4773a24ae6507c9cb (patch)
treecd14e32b0ffaa65e6ecf65818eb33e63357e3adf /MdePkg/Include/Uefi
parent702c120a1770e6f83a5763f73d4adf5a94d746f2 (diff)
downloadedk2-36122070ec3bde97d90ad1c4773a24ae6507c9cb.zip
edk2-36122070ec3bde97d90ad1c4773a24ae6507c9cb.tar.gz
edk2-36122070ec3bde97d90ad1c4773a24ae6507c9cb.tar.bz2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@784 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r--MdePkg/Include/Uefi/UefiSpec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h
index edb3511..9993cd4 100644
--- a/MdePkg/Include/Uefi/UefiSpec.h
+++ b/MdePkg/Include/Uefi/UefiSpec.h
@@ -1648,7 +1648,7 @@ typedef struct {
// It was moved to a protocol to not conflict with UEFI 2.0
// If Tiano is disabled this item is not enabled for EFI 1.10
//
- TIANO_REPORT_STATUS_CODE ReportStatusCode;
+ EFI_REPORT_STATUS_CODE ReportStatusCode;
#endif
} EFI_RUNTIME_SERVICES;
@@ -2393,7 +2393,7 @@ typedef enum {
#include <Protocol/EdidDiscovered.h>
#include <Protocol/EdidActive.h>
#include <Protocol/EdidOverride.h>
-#include <Protocol/ScsiIo.h>
+#include <Protocol/ScsiIoExt.h>
#include <Protocol/ScsiPassThruExt.h>
#include <Protocol/IScsiInitatorName.h>
#include <Protocol/Usb2HostController.h>