]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OldMdePkg/Include/Guid/GlobalVariable.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / OldMdePkg / Include / Guid / GlobalVariable.h
diff --git a/OldMdePkg/Include/Guid/GlobalVariable.h b/OldMdePkg/Include/Guid/GlobalVariable.h
new file mode 100644 (file)
index 0000000..4a774a5
--- /dev/null
@@ -0,0 +1,31 @@
+/** @file\r
+  GUID for EFI (NVRAM) Variables.\r
+\r
+  Copyright (c) 2006, Intel Corporation                                                         \r
+  All rights reserved. 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
+  http://opensource.org/licenses/bsd-license.php                                            \r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+\r
+  Module Name:  GlobalVariable.h\r
+\r
+  @par Revision Reference:\r
+  GUID defined in UEFI 2.0\r
+**/\r
+\r
+#ifndef __GLOBAL_VARIABLE_GUID_H__\r
+#define __GLOBAL_VARIABLE_GUID_H__\r
+\r
+#define EFI_GLOBAL_VARIABLE_GUID \\r
+  { \\r
+    0x8BE4DF61, 0x93CA, 0x11d2, {0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C } \\r
+  }\r
+\r
+#define EFI_GLOBAL_VARIABLE EFI_GLOBAL_VARIABLE_GUID\r
+\r
+extern EFI_GUID gEfiGlobalVariableGuid;\r
+\r
+#endif\r