summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Uefi
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 10:44:37 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 10:44:37 +0000
commitd71325128666d393addfaffa0ddf467bedc01eea (patch)
treeab92dcf01cf4ec97270864e4d3c2dcbfc24e8ec4 /MdePkg/Include/Uefi
parentb1f6a7c636fca9eda65a3045302de577c00e438d (diff)
downloadedk2-d71325128666d393addfaffa0ddf467bedc01eea.tar.gz
edk2-d71325128666d393addfaffa0ddf467bedc01eea.tar.bz2
edk2-d71325128666d393addfaffa0ddf467bedc01eea.zip
Code Scrub for header files in MdePkg/Include/Ppi and Uefi directory.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5500 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r--MdePkg/Include/Uefi/UefiInternalFormRepresentation.h4
-rw-r--r--MdePkg/Include/Uefi/UefiMultiPhase.h10
2 files changed, 3 insertions, 11 deletions
diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
index e1b3f9bfcb..81fa2399eb 100644
--- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
+++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
@@ -1,4 +1,3 @@
-
/** @file
This file defines the encoding for the VFR (Visual Form Representation) language.
IFR is primarily consumed by the EFI presentation engine, and produced by EFI
@@ -581,6 +580,9 @@ typedef union {
EFI_STRING_ID string;
} EFI_IFR_TYPE_VALUE;
+//
+// IFR Opcodes
+//
#define EFI_IFR_FORM_OP 0x01
#define EFI_IFR_SUBTITLE_OP 0x02
#define EFI_IFR_TEXT_OP 0x03
diff --git a/MdePkg/Include/Uefi/UefiMultiPhase.h b/MdePkg/Include/Uefi/UefiMultiPhase.h
index c663a68ced..0cbf2a6a63 100644
--- a/MdePkg/Include/Uefi/UefiMultiPhase.h
+++ b/MdePkg/Include/Uefi/UefiMultiPhase.h
@@ -135,16 +135,6 @@ typedef struct _EFI_CERT_BLOCK_RSA_2048_SHA256 {
this case the value is
EFI_CERT_BLOCK_RSA_2048_SHA256.
- @param Information The WIN_CERTIFICATE_UEFI_GUID certificate
- type allows new types of certificates to
- be developed for driver authentication
- without requiring a new certificate type.
- The CertType defines the format of the
- CertData, which length is defined by the
- size of the certificate less the fixed
- size of the WIN_CERTIFICATE_UEFI_GUID
- structure.
-
**/
typedef struct _WIN_CERTIFICATE_UEFI_GUID {
WIN_CERTIFICATE Hdr;