diff options
Diffstat (limited to 'i386/i386at/com.c')
-rw-r--r-- | i386/i386at/com.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/i386/i386at/com.c b/i386/i386at/com.c index f6d5656..3030270 100644 --- a/i386/i386at/com.c +++ b/i386/i386at/com.c @@ -70,10 +70,6 @@ int comtimer_state[NCOM]; #define RCBAUD B9600 static int rcline = -1; static struct bus_device *comcndev; -int comcnprobe(struct consdev *cp); -int comcninit(struct consdev *cp); -int comcngetc(dev_t dev, int wait); -int comcnputc(dev_t dev, int c); /* XX */ extern char *kernel_cmdline; |