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