TianoCore EDK2 master
Loading...
Searching...
No Matches
Literals.h
Go to the documentation of this file.
1
8#ifndef _LITERALS_H_
9#define _LITERALS_H_
10
11// ASCII String literals which probably don't need translation
12extern CHAR8 const ALit_TimerLibError[];
13extern CHAR8 const ALit_SEC[];
14extern CHAR8 const ALit_DXE[];
15extern CHAR8 const ALit_SHELL[];
16extern CHAR8 const ALit_PEI[];
17extern CHAR8 const ALit_BDS[];
18extern CHAR8 const ALit_PEIM[];
19extern CHAR8 const ALit_START_IMAGE[];
20extern CHAR8 const ALit_LOAD_IMAGE[];
21extern CHAR8 const ALit_DB_START[];
22extern CHAR8 const ALit_DB_SUPPORT[];
23extern CHAR8 const ALit_DB_STOP[];
24extern CHAR8 const ALit_BdsTO[];
25extern CHAR8 const ALit_PEIM[];
26
27#endif // _LITERALS_H_