]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/Language.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / Language.h
CommitLineData
fd6a62f3 1/** @file\r
2 Language setting\r
93e3992d 3\r
fd6a62f3 4Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
93e3992d 5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
fd6a62f3 13**/\r
93e3992d 14\r
b4489769 15#ifndef _LANGUAGE_H_\r
16#define _LANGUAGE_H_\r
93e3992d 17\r
18#include "String.h"\r
19\r
b30312ba 20/**\r
93e3992d 21 Determine the current language that will be used\r
b4489769 22 based on language related EFI Variables.\r
93e3992d 23\r
b4489769 24 @param LangCodesSettingRequired If required to set LangCode variable\r
93e3992d 25\r
b30312ba 26**/\r
27VOID\r
28InitializeLanguage (\r
29 BOOLEAN LangCodesSettingRequired\r
ed66e1bc 30 );\r
93e3992d 31\r
32#endif // _LANGUAGE_H_\r