summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2001-06-11 18:19:44 +0000
committergallatin <gallatin@FreeBSD.org>2001-06-11 18:19:44 +0000
commit4dbd2f66522fa8cf33eae5bc8d8b3279cb238293 (patch)
treefb879e68be9536ee019f0ecb4ef8a79b3309a30a /sys
parente8f8984147cf3a88656e4cbb9d6c94302ae1c0c0 (diff)
downloadFreeBSD-src-4dbd2f66522fa8cf33eae5bc8d8b3279cb238293.zip
FreeBSD-src-4dbd2f66522fa8cf33eae5bc8d8b3279cb238293.tar.gz
Use struct device * rather than device_t for (*pci_intr_route args), so
as to match other prototypes in the file.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/include/cpuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpuconf.h b/sys/alpha/include/cpuconf.h
index fd4f3fe..c829730 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,
OpenPOWER on IntegriCloud