TianoCore EDK2 master
Loading...
Searching...
No Matches
RiscVBootProtocol.h
Go to the documentation of this file.
1
13#ifndef RISCV_BOOT_PROTOCOL_H_
14#define RISCV_BOOT_PROTOCOL_H_
15
17
18#define RISCV_EFI_BOOT_PROTOCOL_REVISION 0x00010000
19#define RISCV_EFI_BOOT_PROTOCOL_LATEST_VERSION \
20 RISCV_EFI_BOOT_PROTOCOL_REVISION
21
22typedef
24(EFIAPI *EFI_GET_BOOT_HARTID)(
26 OUT UINTN *BootHartId
27 );
28
30 UINT64 Revision;
31 EFI_GET_BOOT_HARTID GetBootHartId;
33
34#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29