]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/GenericPlatformVariable.h
retire PeiPerformanceHob.h, all its information has been integrated into Include...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / GenericPlatformVariable.h
CommitLineData
1e354c03 1/** @file\r
5f597758 2 This file defines the genenic platform guid for EFI variable.\r
6426c8ff
LG
3 Common drivers without specific requirement \r
4 can use this guid with their variable name to specify \r
5 their EFI variable without defining another new guid.\r
88f20127 6\r
1e354c03 7Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
88f20127 8All rights reserved. This program and the accompanying materials\r
9are licensed and made available under the terms and conditions of the BSD License\r
10which accompanies this distribution. The full text of the license may be found at\r
11http://opensource.org/licenses/bsd-license.php\r
12\r
13THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
1e354c03 16**/\r
88f20127 17\r
18#ifndef __GENERIC_PLATFORM_VARIABLE_H__\r
19#define __GENERIC_PLATFORM_VARIABLE_H__\r
20\r
5f597758
LG
21#define EFI_GENERIC_PLATFORM_VARIABLE_GUID \\r
22 { 0x59d1c24f, 0x50f1, 0x401a, { 0xb1, 0x01, 0xf3, 0x3e, 0x0d, 0xae, 0xd4, 0x43 }}\r
23\r
88f20127 24extern EFI_GUID gEfiGenericPlatformVariableGuid;\r
25\r
26#endif\r