TianoCore EDK2 master
Loading...
Searching...
No Matches
Stall.h
Go to the documentation of this file.
1
14#ifndef __STALL_PPI_H__
15#define __STALL_PPI_H__
16
17#define EFI_PEI_STALL_PPI_GUID \
18 { 0x1f4c6f90, 0xb06b, 0x48d8, {0xa2, 0x01, 0xba, 0xe5, 0xf1, 0xcd, 0x7d, 0x56 } }
19
21
34typedef
36(EFIAPI *EFI_PEI_STALL)(
37 IN CONST EFI_PEI_SERVICES **PeiServices,
39 IN UINTN Microseconds
40 );
41
50
51 EFI_PEI_STALL Stall;
52};
53
54extern EFI_GUID gEfiPeiStallPpiGuid;
55
56#endif
UINT64 UINTN
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * EFI_PEI_STALL)(IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_STALL_PPI *This, IN UINTN Microseconds)
Definition: Stall.h:36
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
UINTN Resolution
Definition: Stall.h:49
Definition: Base.h:213