X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FSample%2FPlatform%2FGeneric%2FPei%2FCapsule%2FCapsule.h;fp=EdkCompatibilityPkg%2FSample%2FPlatform%2FGeneric%2FPei%2FCapsule%2FCapsule.h;h=204ee8ce4a8f0f6abffa12999a9480917fc6ade6;hp=099ce167d324ee6daeb57af7f36a044f874fa567;hb=ec2b081a9cb8bb63d4bc6f429c359ca960148a34;hpb=907eac63e690c22cee07cf809cc36ace7c497fd2 diff --git a/EdkCompatibilityPkg/Sample/Platform/Generic/Pei/Capsule/Capsule.h b/EdkCompatibilityPkg/Sample/Platform/Generic/Pei/Capsule/Capsule.h index 099ce167d3..204ee8ce4a 100644 --- a/EdkCompatibilityPkg/Sample/Platform/Generic/Pei/Capsule/Capsule.h +++ b/EdkCompatibilityPkg/Sample/Platform/Generic/Pei/Capsule/Capsule.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -21,20 +21,6 @@ Abstract: #define _CAPSULE_PEIM_H #include "Tiano.h" - -// -// If capsule data is passed via a variable, then this name should be used. -// -#define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData" - -// -// The variable describes the long mode buffer used by IA32 Capsule PEIM -// to call X64 CapsuleCoalesce code to handle >4GB capsule blocks. -// -#define EFI_CAPSULE_LONG_MODE_BUFFER_NAME L"CapsuleLongModeBuffer" -typedef struct { - UINT64 Base; - UINT64 Length; -} EFI_CAPSULE_LONG_MODE_BUFFER; +#include EFI_GUID_DEFINITION (Capsule) #endif