TianoCore EDK2 master
Loading...
Searching...
No Matches
QemuFwCfgS3Pei.c
Go to the documentation of this file.
1
13
71RETURN_STATUS
72EFIAPI
74 IN FW_CFG_BOOT_SCRIPT_CALLBACK_FUNCTION *Callback,
75 IN OUT VOID *Context OPTIONAL,
76 IN UINTN ScratchBufferSize
77 )
78{
79 return RETURN_UNSUPPORTED;
80}
UINT64 UINTN
#define RETURN_UNSUPPORTED
Definition: Base.h:1081
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFIAPI QemuFwCfgS3CallWhenBootScriptReady(IN FW_CFG_BOOT_SCRIPT_CALLBACK_FUNCTION *Callback, IN OUT VOID *Context OPTIONAL, IN UINTN ScratchBufferSize)