summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-08 08:24:52 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-08 08:24:52 +0000
commit82e589a43fb7a32e3ee7a6064641bce4bed77fa5 (patch)
tree717b1502d7c1aa7b464226456ff705fd451a01f2 /BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
parent211cc6e5cd697c9ca9d32a8e4f6938494c7aaa0d (diff)
downloadedk2-82e589a43fb7a32e3ee7a6064641bce4bed77fa5.tar.gz
edk2-82e589a43fb7a32e3ee7a6064641bce4bed77fa5.tar.bz2
edk2-82e589a43fb7a32e3ee7a6064641bce4bed77fa5.zip
Revert last patch about "Modal form" opcode support.
Signed-off-by: ydong10 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11768 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h')
-rw-r--r--BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h b/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
index 282eb150c7..61fc191618 100644
--- a/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
+++ b/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
@@ -681,7 +681,6 @@ typedef union {
#define EFI_IFR_CATENATE_OP 0x5E
#define EFI_IFR_GUID_OP 0x5F
#define EFI_IFR_SECURITY_OP 0x60
-#define EFI_IFR_MODAL_TAG_OP 0x61
typedef struct _EFI_IFR_OP_HEADER {
@@ -772,10 +771,6 @@ typedef struct _EFI_IFR_IMAGE {
EFI_IMAGE_ID Id;
} EFI_IFR_IMAGE;
-typedef struct _EFI_IFR_MODAL {
- EFI_IFR_OP_HEADER Header;
-} EFI_IFR_MODAL;
-
typedef struct _EFI_IFR_LOCKED {
EFI_IFR_OP_HEADER Header;
} EFI_IFR_LOCKED;