Undo previous changes on serial.h and serial.c. I'm sorry, that was my mistake.
This commit is contained in:
parent
f1c162c0c6
commit
e705c4bdf8
2 changed files with 0 additions and 11 deletions
|
@ -45,10 +45,6 @@ static struct divisor divisor_tab[] =
|
||||||
{ 115200, 0x0001 }
|
{ 115200, 0x0001 }
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The position of the cursor. */
|
|
||||||
int serial_x;
|
|
||||||
int serial_y;
|
|
||||||
|
|
||||||
|
|
||||||
/* Read a byte from a port. */
|
/* Read a byte from a port. */
|
||||||
static inline unsigned char
|
static inline unsigned char
|
||||||
|
|
|
@ -65,13 +65,6 @@
|
||||||
/* Turn on DTR, RTS, and OUT2. */
|
/* Turn on DTR, RTS, and OUT2. */
|
||||||
#define UART_ENABLE_MODEM 0x0B
|
#define UART_ENABLE_MODEM 0x0B
|
||||||
|
|
||||||
|
|
||||||
/* Variable prototypes. */
|
|
||||||
|
|
||||||
/* In the serial terminal, trace the cursor in GRUB itself. */
|
|
||||||
extern int serial_x;
|
|
||||||
extern int serial_y;
|
|
||||||
|
|
||||||
|
|
||||||
/* Function prototypes. */
|
/* Function prototypes. */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue