]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Include/Guid/GenericPlatformVariable.h
Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with those...
[mirror_edk2.git] / EdkModulePkg / Include / Guid / GenericPlatformVariable.h
diff --git a/EdkModulePkg/Include/Guid/GenericPlatformVariable.h b/EdkModulePkg/Include/Guid/GenericPlatformVariable.h
new file mode 100644 (file)
index 0000000..00ae375
--- /dev/null
@@ -0,0 +1,27 @@
+/*++\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:\r
+  \r
+  GenericPlatformVariable.h\r
+    \r
+Abstract:\r
+\r
+  The variable space Guid to pair with a Unicode string name to tag an EFI variable.\r
+\r
+--*/\r
+\r
+#ifndef _GENERIC_PLATFORM_VARIABLE_H_\r
+#define _GENERIC_PLATFORM_VARIABLE_H_\r
+\r
+extern EFI_GUID gEfiGenericPlatformVariableGuid;\r
+\r
+#endif\r