TianoCore EDK2 master
Loading...
Searching...
No Matches
CapsuleReport.h
Go to the documentation of this file.
1
12#ifndef _CAPSULE_REPORT_GUID_H__
13#define _CAPSULE_REPORT_GUID_H__
14
15//
16// This is the GUID for capsule result variable.
17//
18#define EFI_CAPSULE_REPORT_GUID \
19 { \
20 0x39b68c46, 0xf7fb, 0x441b, {0xb6, 0xec, 0x16, 0xb0, 0xf6, 0x98, 0x21, 0xf3 } \
21 }
22
23typedef struct {
28
32 UINT32 Reserved;
33
38
43
50
51typedef struct {
55 UINT16 Version;
56
62
68
73
81
90
91typedef struct {
95 UINT32 Version;
96
105 UINT32 CapsuleId;
106
111
117 UINT8 Resp[];
119
120extern EFI_GUID gEfiCapsuleReportGuid;
121
122#endif
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213