diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-09-01 12:14:58 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-09-01 12:14:58 +0000 |
commit | 514b1d9919dfdb0357e46564ba710e95b684e4a9 (patch) | |
tree | c79c556b182e89698f732dcf623b19fd7460eee0 /sys/arch | |
parent | 7b17e738572f844a9e82fd904686cf18cb9ec2c8 (diff) |
ditch a few prototypes for non-existant functions
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/include/i8259.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 */ /* |