summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2015-09-02 13:39:24 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2015-09-02 13:39:24 +0000
commit953d0894c4f45a1b89c82246921be5f8bf68ed2b (patch)
tree2c4c6034fb833d42185d27c3ffdf333023584472 /sys/arch/i386
parent701e372bb40d84a5597545488b3cc12871c00e7e (diff)
remove a bunch of orphaned prototypes and unused functions; ok miod
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/include/i8259.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/i8259.h b/sys/arch/i386/include/i8259.h
index e74433925fd..dbf45240a73 100644
--- a/sys/arch/i386/include/i8259.h
+++ b/sys/arch/i386/include/i8259.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i8259.h,v 1.6 2015/09/01 12:14:57 mikeb Exp $ */
+/* $OpenBSD: i8259.h,v 1.7 2015/09/02 13:39:23 mikeb Exp $ */
/* $NetBSD: i8259.h,v 1.3 2003/05/04 22:01:56 fvdl Exp $ */
/*-
@@ -46,7 +46,6 @@
* Interrupt "level" mechanism variables, masks, and macros
*/
extern unsigned imen; /* interrupt mask enable */
-extern unsigned i8259_setmask(unsigned);
#define SET_ICUS() (outb(IO_ICU1 + 1, imen), outb(IO_ICU2 + 1, imen >> 8))