TianoCore EDK2 master
Loading...
Searching...
No Matches
ArmGenericTimerParser.h
Go to the documentation of this file.
1
11#ifndef ARM_GENERIC_TIMER_PARSER_H_
12#define ARM_GENERIC_TIMER_PARSER_H_
13
23
60EFIAPI
62 IN CONST FDT_HW_INFO_PARSER_HANDLE FdtParserHandle,
63 IN INT32 FdtBranch
64 );
65
66#endif // ARM_GENERIC_TIMER_PARSER_H_
FdtTimerInterruptItems
@ FdtVirtualTimerIrq
Virtual timer IRQ.
@ FdtSecureTimerIrq
Secure timer IRQ.
@ FdtHypervisorTimerIrq
Hypervisor timer IRQ.
@ FdtMaxTimerItem
Max timer item.
@ FdtNonSecureTimerIrq
Non-secure timer IRQ.
enum FdtTimerInterruptItems FDT_TIMER_INTERRUPT_ITEMS
EFI_STATUS EFIAPI ArmGenericTimerInfoParser(IN CONST FDT_HW_INFO_PARSER_HANDLE FdtParserHandle, IN INT32 FdtBranch)
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29