]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Platform/Generic/Pei/Capsule/Capsule.h
1. Move Capsule variable name definition to Capsule variable GUID header file.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Platform / Generic / Pei / Capsule / Capsule.h
index 099ce167d324ee6daeb57af7f36a044f874fa567..204ee8ce4a8f0f6abffa12999a9480917fc6ade6 100644 (file)
@@ -1,6 +1,6 @@
 /*++        \r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -21,20 +21,6 @@ Abstract:
 #define _CAPSULE_PEIM_H\r
 \r
 #include "Tiano.h"\r
-\r
-//\r
-// If capsule data is passed via a variable, then this name should be used.\r
-//\r
-#define EFI_CAPSULE_VARIABLE_NAME L"CapsuleUpdateData"\r
-\r
-//\r
-// The variable describes the long mode buffer used by IA32 Capsule PEIM\r
-// to call X64 CapsuleCoalesce code to handle >4GB capsule blocks.\r
-//\r
-#define EFI_CAPSULE_LONG_MODE_BUFFER_NAME L"CapsuleLongModeBuffer"\r
-typedef struct {\r
-  UINT64   Base;\r
-  UINT64   Length;\r
-} EFI_CAPSULE_LONG_MODE_BUFFER;\r
+#include EFI_GUID_DEFINITION (Capsule)\r
 \r
 #endif\r