aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-01-24 10:25:44 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-01-24 10:25:44 +0000
commitfb8d5b0534a3224eab8614f71cad0491a94f5635 (patch)
tree9053b352b55d0649017b1c06a3a26b8192ecc7a4 /sys
parentfc15ff1a64272733c880572dae9c0ddbc13867b0 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/isa/isavar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/isa/isavar.h b/sys/alpha/isa/isavar.h
index 6f101d359b5c..adadbf7f1eb6 100644
--- a/sys/alpha/isa/isavar.h
+++ b/sys/alpha/isa/isavar.h
@@ -40,3 +40,4 @@ int isa_setup_intr(device_t dev, device_t child,
driver_intr_t *intr, void *arg, void **cookiep);
int isa_teardown_intr(device_t dev, device_t child, struct resource *irq,
void *cookie);
+intrmask_t isa_irq_mask(void);