]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/Language.h
Update BootSectImage and GenBootSector tools' binary for DUET platform.
[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
15#ifndef _LANGUAGE_H\r
16#define _LANGUAGE_H\r
17\r
18#include "String.h"\r
19\r
20VOID\r
21InitializeLanguage (\r
22 BOOLEAN LangCodesSettingRequired\r
23 )\r
24/*++\r
25\r
26Routine Description:\r
27 Determine the current language that will be used\r
28 based on language related EFI Variables\r
29\r
30Arguments:\r
31 LangCodesSettingRequired - If required to set LangCode variable\r
32\r
33Returns:\r
34\r
35--*/\r
36;\r
37\r
38#endif // _LANGUAGE_H_\r