TianoCore EDK2 master
Loading...
Searching...
No Matches
Metronome.h
Go to the documentation of this file.
1
11#ifndef __ARCH_PROTOCOL_METRONOME_H__
12#define __ARCH_PROTOCOL_METRONOME_H__
13
17#define EFI_METRONOME_ARCH_PROTOCOL_GUID \
18 { 0x26baccb2, 0x6f42, 0x11d4, {0xbc, 0xe7, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }
19
24
47typedef
51 IN UINT32 TickNumber
52 );
53
61
69 UINT32 TickPeriod;
70};
71
72extern EFI_GUID gEfiMetronomeArchProtocolGuid;
73
74#endif
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * EFI_METRONOME_WAIT_FOR_TICK)(IN EFI_METRONOME_ARCH_PROTOCOL *This, IN UINT32 TickNumber)
Definition: Metronome.h:49
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213