TianoCore EDK2 master
Loading...
Searching...
No Matches
RecoveryModuleLoadPei.h
Go to the documentation of this file.
1
9#ifndef _RECOVERY_MODULE_LOAD_PEI_H_
10#define _RECOVERY_MODULE_LOAD_PEI_H_
11
12#include <PiPei.h>
13
14#include <Library/BaseLib.h>
16#include <Library/DebugLib.h>
18#include <Library/PcdLib.h>
19#include <Library/HobLib.h>
21
22//
23// Update data
24//
25
26typedef struct {
27 UINTN NumOfRecovery;
29
30typedef struct {
31 UINTN Index;
32 EFI_GUID FileGuid;
33 UINTN Length;
34 UINTN ImageOffset;
36
37#endif
UINT64 UINTN
Definition: Base.h:213