diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-06-11 18:19:44 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-06-11 18:19:44 +0000 |
| commit | 4d38dc6689b9d6b5143019a9d10bbb7d4eee6c86 (patch) | |
| tree | fb879e68be9536ee019f0ecb4ef8a79b3309a30a /sys/alpha | |
| parent | add0681213ac9872f434223ecc2793d62c1ca851 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/include/cpuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpuconf.h b/sys/alpha/include/cpuconf.h index fd4f3fe7dfa37..c82973065c18f 100644 --- a/sys/alpha/include/cpuconf.h +++ b/sys/alpha/include/cpuconf.h @@ -73,7 +73,7 @@ extern struct platform { unsigned long, unsigned long)); void (*pci_intr_init) __P((void)); void (*pci_intr_map) __P((void *)); - int (*pci_intr_route) __P((device_t, device_t, int)); + int (*pci_intr_route) __P((struct device *, struct device *, int)); void (*pci_intr_disable) __P((int)); void (*pci_intr_enable) __P((int)); int (*pci_setup_ide_intr) __P((struct device *dev, |
