~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to include/grub/serial.h

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
#define UART_DLAB       0x80
60
60
 
61
61
/* Enable the FIFO.  */
62
 
#define UART_ENABLE_FIFO        0xC7
63
 
 
64
 
/* Turn on DTR, RTS, and OUT2.  */
65
 
#define UART_ENABLE_MODEM       0x0B
 
62
#define UART_ENABLE_FIFO_TRIGGER14      0xC7
 
63
 
 
64
/* Enable the FIFO.  */
 
65
#define UART_ENABLE_FIFO_TRIGGER1       0x07
 
66
 
 
67
/* Turn on DTR, RTS, and OUT2.  */
 
68
#define UART_ENABLE_DTRRTS      0x03
 
69
 
 
70
/* Turn on DTR, RTS, and OUT2.  */
 
71
#define UART_ENABLE_OUT2        0x08
66
72
 
67
73
#endif /* ! GRUB_SERIAL_MACHINE_HEADER */