diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-01 08:23:03 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-01 08:23:03 +0000 |
commit | 17dd1ce959494d83c710cad2d2cc229155924047 (patch) | |
tree | 169cc96853a667de991d1ff1cc8b75fca28f832e /MdeModulePkg | |
parent | 7942fd2a6544fbd1f99858081be89457b6e5aa61 (diff) | |
download | edk2-platforms-17dd1ce959494d83c710cad2d2cc229155924047.tar.xz |
Rollback change of revision 10061.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10144 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Include/Guid/CapsuleVendor.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MdeModulePkg/Include/Guid/CapsuleVendor.h b/MdeModulePkg/Include/Guid/CapsuleVendor.h index 6647738a79..b3ac377af4 100644 --- a/MdeModulePkg/Include/Guid/CapsuleVendor.h +++ b/MdeModulePkg/Include/Guid/CapsuleVendor.h @@ -48,21 +48,6 @@ typedef struct { UINT32 Length; ///< Length of capsule data.
} CAPSULE_HOB_INFO;
-///
-/// The variable describes the long mode buffer used by 32-bit Capsule PEIM
-/// to handle capsule above 4G.
-///
-#define EFI_CAPSULE_LONG_MODE_BUFFER_NAME L"CapsuleLongModeBuffer"
-
-///
-/// Data structure for base address and length of the long mode buffer used by 32-bit Capsule PEIM
-/// to handle capsule above 4G
-///
-typedef struct {
- UINT64 Base; ///< Base address of the long mode buffer.
- UINT64 Length; ///< Length of the long mode buffer.
-} EFI_CAPSULE_LONG_MODE_BUFFER;
-
extern EFI_GUID gEfiCapsuleVendorGuid;
#endif // #ifndef _EFI_CAPSULE_VENDOR_GUID_H_
|