Use prototypes from libi386.h.

This commit is contained in:
joerg 2011-06-08 16:04:40 +00:00
parent db603d4492
commit bc843b5e55
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcio.c,v 1.29 2011/02/14 23:47:11 jmcneill Exp $ */
/* $NetBSD: pcio.c,v 1.30 2011/06/08 16:04:40 joerg Exp $ */
/*
* Copyright (c) 1996, 1997
@ -38,10 +38,6 @@
#include "libi386.h"
#include "bootinfo.h"
extern void conputc(int);
extern int congetc(void);
extern int conisshift(void);
extern int coniskey(void);
extern struct x86_boot_params boot_params;
struct btinfo_console btinfo_console;