Home
last modified time | relevance | path

Searched defs:_EMU_IO_THUNK_PROTOCOL (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
DEmuIoThunk.h39 struct _EMU_IO_THUNK_PROTOCOL { struct
40 EFI_GUID *Protocol;
41 VOID *Interface; /// Only be valid after Open() is called
42 CHAR16 *ConfigString;
43 UINT16 Instance;
44 EMU_IO_THUNK_PROTOCOL_CLOSE_OPEN Open;
45 EMU_IO_THUNK_PROTOCOL_CLOSE_CLOSE Close;
46 VOID *Private; /// Used by implementation