Undo previous changes on serial.h and serial.c. I'm sorry, that was my mistake.

This commit is contained in:
okuji 2000-08-26 17:36:07 +00:00
parent f1c162c0c6
commit e705c4bdf8
2 changed files with 0 additions and 11 deletions

View file

@ -45,10 +45,6 @@ static struct divisor divisor_tab[] =
{ 115200, 0x0001 }
};
/* The position of the cursor. */
int serial_x;
int serial_y;
/* Read a byte from a port. */
static inline unsigned char

View file

@ -65,13 +65,6 @@
/* Turn on DTR, RTS, and OUT2. */
#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. */