TianoCore EDK2
master
Loading...
Searching...
No Matches
DebugPrintErrorLevel.h
Go to the documentation of this file.
1
9
#ifndef UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_H_
10
#define UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_H_
11
12
#include <
Uefi.h
>
13
#include <
UniversalPayload/UniversalPayload.h
>
14
15
#pragma pack (1)
16
//
17
// ErrorLevel: The error level of the debug message.
18
// Bits for ErrorLevel is declared in
19
// edk2\MdePkg\Include\Library\DebugLib.h
20
//
21
typedef
struct
{
22
UNIVERSAL_PAYLOAD_GENERIC_HEADER
Header;
23
UINT32 ErrorLevel;
24
}
UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL
;
25
26
#pragma pack()
27
28
#define UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_REVISION 1
29
30
extern
GUID
gEdkiiDebugPrintErrorLevelGuid;
31
#endif
Uefi.h
UniversalPayload.h
GUID
Definition:
Base.h:213
UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL
Definition:
DebugPrintErrorLevel.h:21
UNIVERSAL_PAYLOAD_GENERIC_HEADER
Definition:
UniversalPayload.h:40
UefiPayloadPkg
Include
Guid
DebugPrintErrorLevel.h
Generated on Fri Nov 15 2024 18:01:26 for TianoCore EDK2 by
1.9.6