From 514b1d9919dfdb0357e46564ba710e95b684e4a9 Mon Sep 17 00:00:00 2001 From: Mike Belopuhov Date: Tue, 1 Sep 2015 12:14:58 +0000 Subject: ditch a few prototypes for non-existant functions --- sys/arch/i386/include/i8259.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/i386/include/i8259.h b/sys/arch/i386/include/i8259.h index eea69eb0aa8..e74433925fd 100644 --- a/sys/arch/i386/include/i8259.h +++ b/sys/arch/i386/include/i8259.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i8259.h,v 1.5 2011/03/23 16:54:35 pirofti Exp $ */ +/* $OpenBSD: i8259.h,v 1.6 2015/09/01 12:14:57 mikeb Exp $ */ /* $NetBSD: i8259.h,v 1.3 2003/05/04 22:01:56 fvdl Exp $ */ /*- @@ -50,9 +50,6 @@ extern unsigned i8259_setmask(unsigned); #define SET_ICUS() (outb(IO_ICU1 + 1, imen), outb(IO_ICU2 + 1, imen >> 8)) -extern void i8259_default_setup(void); -extern void i8259_reinit(void); - #endif /* !_LOCORE */ /* -- cgit v1.2.3