Use prototypes from libi386.h.
This commit is contained in:
parent
db603d4492
commit
bc843b5e55
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue