* grub-core/term/serial.c: Add option for enabling/disabling
RTS/CTS flow control.
This commit is contained in:
parent
2dc1eb6cbf
commit
9f8acdaa5d
8 changed files with 48 additions and 17 deletions
|
@ -1244,7 +1244,8 @@ struct grub_efi_serial_io_interface
|
|||
grub_efi_parity_type_t parity,
|
||||
grub_uint8_t word_len,
|
||||
grub_efi_stop_bits_t stop_bits);
|
||||
void (*set_control_bits) (void);
|
||||
grub_efi_status_t (*set_control_bits) (struct grub_efi_serial_io_interface *this,
|
||||
grub_efi_uint32_t flags);
|
||||
void (*get_control_bits) (void);
|
||||
grub_efi_status_t (*write) (struct grub_efi_serial_io_interface *this,
|
||||
grub_efi_uintn_t *buf_size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue