Searched defs:_SERIAL_IO_INTERFACE (Results 1 – 1 of 1) sorted by relevance
126 typedef struct _SERIAL_IO_INTERFACE { struct127 UINT32 Revision;128 EFI_SERIAL_RESET Reset;129 EFI_SERIAL_SET_ATTRIBUTES SetAttributes;130 EFI_SERIAL_SET_CONTROL_BITS SetControl;131 EFI_SERIAL_GET_CONTROL_BITS GetControl;132 EFI_SERIAL_WRITE Write;133 EFI_SERIAL_READ Read;135 SERIAL_IO_MODE *Mode;