EmulatorPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
EmuThunkLib.h File Reference

Functions

EMU_IO_THUNK_PROTOCOL *EFIAPI GetIoThunkInstance (IN EFI_GUID *Protocol, IN UINTN Instance)
 

Variables

EMU_THUNK_PROTOCOLgEmuThunk
 

Function Documentation

EMU_IO_THUNK_PROTOCOL* EFIAPI GetIoThunkInstance ( IN EFI_GUID *  Protocol,
IN UINTN  Instance 
)

Serach the EMU IO Thunk database for a matching EMU IO Thunk Protocol instance.

Parameters
ProtocolProtocol to search for.
InstanceInstance of protocol to search for.
Return values
NULLProtocol and Instance not found.
otherEMU IO Thunk protocol that matched.

Variable Documentation

EMU_THUNK_PROTOCOL* gEmuThunk