]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/DynamicCommand/DpDynamicCommand/Literals.h
ShellPkg: Apply uncrustify changes
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / Literals.h
1 /** @file
2 Declarations of ASCII string literals used by DP.
3
4 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6 **/
7
8 #ifndef _LITERALS_H_
9 #define _LITERALS_H_
10
11 // ASCII String literals which probably don't need translation
12 extern CHAR8 const ALit_TimerLibError[];
13 extern CHAR8 const ALit_SEC[];
14 extern CHAR8 const ALit_DXE[];
15 extern CHAR8 const ALit_SHELL[];
16 extern CHAR8 const ALit_PEI[];
17 extern CHAR8 const ALit_BDS[];
18 extern CHAR8 const ALit_PEIM[];
19 extern CHAR8 const ALit_START_IMAGE[];
20 extern CHAR8 const ALit_LOAD_IMAGE[];
21 extern CHAR8 const ALit_DB_START[];
22 extern CHAR8 const ALit_DB_SUPPORT[];
23 extern CHAR8 const ALit_DB_STOP[];
24 extern CHAR8 const ALit_BdsTO[];
25 extern CHAR8 const ALit_PEIM[];
26
27 #endif // _LITERALS_H_