Searched defs:_EMU_IO_THUNK_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
39 struct _EMU_IO_THUNK_PROTOCOL { struct40 EFI_GUID *Protocol;41 VOID *Interface; /// Only be valid after Open() is called42 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