]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Include/Guid/LastEnumLang.h
1a2d66adad5beb53d53f31b77d1e976349fdacab
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / LastEnumLang.h
1 /** @file
2 GUID used as EFI variable to store platform language at last time enumeration.
3
4 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __LAST_ENUM_LANGUAGE_GUID_H__
10 #define __LAST_ENUM_LANGUAGE_GUID_H__
11
12 ///
13 /// This GUID is used for Set/Get platform language into/from variable at last time enumeration
14 /// to ensure the enumeration will only execute once.
15 ///
16 #define LAST_ENUM_LANGUAGE_GUID \
17 { \
18 0xe8c545b, 0xa2ee, 0x470d, { 0x8e, 0x26, 0xbd, 0xa1, 0xa1, 0x3c, 0xa, 0xa3 } \
19 }
20
21 #define LAST_ENUM_LANGUAGE_VARIABLE_NAME L"LastEnumLang"
22
23 extern EFI_GUID gLastEnumLangGuid;
24
25 #endif