diff options
Diffstat (limited to 'sys/alpha/pci/t2var.h')
-rw-r--r-- | sys/alpha/pci/t2var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/t2var.h b/sys/alpha/pci/t2var.h index a328633..770f05d 100644 --- a/sys/alpha/pci/t2var.h +++ b/sys/alpha/pci/t2var.h @@ -29,4 +29,4 @@ extern vm_offset_t sable_lynx_base; extern void t2_init(void); -void t2_intr_map(void *); +extern int t2_intr_route(device_t, device_t, int); |