TianoCore EDK2 master
Loading...
Searching...
No Matches
S3StallLib.h
Go to the documentation of this file.
1
12#ifndef __S3_STALL_LIB_H__
13#define __S3_STALL_LIB_H__
14
27EFIAPI
28S3Stall (
29 IN UINTN MicroSeconds
30 );
31
32#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
UINTN EFIAPI S3Stall(IN UINTN MicroSeconds)
Definition: S3StallLib.c:32