TianoCore EDK2 master
Loading...
Searching...
No Matches
RiscVSecHobData.h
Go to the documentation of this file.
1
10#ifndef RISCV_SEC_HOB_DATA_
11#define RISCV_SEC_HOB_DATA_
12
13#include <PiPei.h>
14
15#define RISCV_SEC_HANDOFF_HOB_GUID { 0xe5ad277d, 0xc2a2, 0x4462, { 0xb1, 0x60, 0x1e, 0x37, 0x6e, 0xdd, 0xf1, 0x95 } }
16
17typedef struct {
18 UINTN BootHartId;
19 VOID *FdtPointer;
21
22#endif /* RISCV_SEC_HOB_DATA_ */
UINT64 UINTN
#define VOID
Definition: Base.h:269