diff options
author | 2015-09-01 12:14:57 +0000 | |
---|---|---|
committer | 2015-09-01 12:14:57 +0000 | |
commit | 0cd061dc5f43587dabe2df521c756d09ab9f69e3 (patch) | |
tree | da3a098a9a52ab4297420a0eb61e1188e3638410 | |
parent | Remove dead_clients which is no longer used. (diff) | |
download | wireguard-openbsd-0cd061dc5f43587dabe2df521c756d09ab9f69e3.tar.xz wireguard-openbsd-0cd061dc5f43587dabe2df521c756d09ab9f69e3.zip |
ditch a few prototypes for non-existant functions
-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 */ /* |