Last change
on this file since 101297 was 99404, checked in by vboxsync, 22 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
461 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Language setting
|
---|
3 |
|
---|
4 | Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef _LANGUAGE_H_
|
---|
10 | #define _LANGUAGE_H_
|
---|
11 |
|
---|
12 | /**
|
---|
13 | Determine the current language that will be used
|
---|
14 | based on language related EFI Variables.
|
---|
15 |
|
---|
16 | @param LangCodesSettingRequired If required to set LangCode variable
|
---|
17 |
|
---|
18 | **/
|
---|
19 | VOID
|
---|
20 | InitializeLanguage (
|
---|
21 | BOOLEAN LangCodesSettingRequired
|
---|
22 | );
|
---|
23 |
|
---|
24 | #endif // _LANGUAGE_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.