TianoCore EDK2 master
Loading...
Searching...
No Matches
QemuFwCfgS3Base.c
Go to the documentation of this file.
1
13#include <Library/DebugLib.h>
15
27BOOLEAN
28EFIAPI
30 VOID
31 )
32{
33 return FALSE;
34}
35
93RETURN_STATUS
94EFIAPI
96 IN FW_CFG_BOOT_SCRIPT_CALLBACK_FUNCTION *Callback,
97 IN OUT VOID *Context OPTIONAL,
98 IN UINTN ScratchBufferSize
99 )
100{
101 ASSERT (FALSE);
102 return RETURN_UNSUPPORTED;
103}
UINT64 UINTN
#define RETURN_UNSUPPORTED
Definition: Base.h:1081
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
BOOLEAN EFIAPI QemuFwCfgS3Enabled(VOID)
RETURN_STATUS EFIAPI QemuFwCfgS3CallWhenBootScriptReady(IN FW_CFG_BOOT_SCRIPT_CALLBACK_FUNCTION *Callback, IN OUT VOID *Context OPTIONAL, IN UINTN ScratchBufferSize)