summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-08-04 18:23:23 +0000
committerkaashoek <kaashoek>2006-08-04 18:23:23 +0000
commit366189214ea663b20a0323b65661987a7de6f56d (patch)
tree049021f1c64effe1382b87cd4cd86455b3abe57b /defs.h
parentc8b29f6d038090a5b5b6272406afbadcf31e9809 (diff)
downloadxv6-labs-366189214ea663b20a0323b65661987a7de6f56d.tar.gz
xv6-labs-366189214ea663b20a0323b65661987a7de6f56d.tar.bz2
xv6-labs-366189214ea663b20a0323b65661987a7de6f56d.zip
nit
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