X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FInclude%2FGuid%2FGenericPlatformVariable.h;fp=EdkModulePkg%2FInclude%2FGuid%2FGenericPlatformVariable.h;h=00ae375e598dffbe39191ae96457f6c7bc3d1eda;hp=0000000000000000000000000000000000000000;hb=8c395f7b13997a5991cfe4435ccd36496d86d4cb;hpb=13c84604475a77b7b90e79eddc77e88b7a01f504 diff --git a/EdkModulePkg/Include/Guid/GenericPlatformVariable.h b/EdkModulePkg/Include/Guid/GenericPlatformVariable.h new file mode 100644 index 0000000000..00ae375e59 --- /dev/null +++ b/EdkModulePkg/Include/Guid/GenericPlatformVariable.h @@ -0,0 +1,27 @@ +/*++ + +Copyright (c) 2006, 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 +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +Module Name: + + GenericPlatformVariable.h + +Abstract: + + The variable space Guid to pair with a Unicode string name to tag an EFI variable. + +--*/ + +#ifndef _GENERIC_PLATFORM_VARIABLE_H_ +#define _GENERIC_PLATFORM_VARIABLE_H_ + +extern EFI_GUID gEfiGenericPlatformVariableGuid; + +#endif