summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/defs.h b/defs.h
index 1c28cc0..fead1d2 100644
--- a/defs.h
+++ b/defs.h
@@ -40,8 +40,6 @@ int strncmp(const char *p, const char *q, uint n);
void syscall(void);
// picirq.c
-extern ushort irq_mask_8259A;
-void irq_setmask_8259A(ushort mask);
void pic_init(void);
// mp.c