1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Use struct device * rather than device_t for (*pci_intr_route args), so

as to match other prototypes in the file.
This commit is contained in:
Andrew Gallatin 2001-06-11 18:19:44 +00:00
parent add0681213
commit 4d38dc6689
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78088

View File

@ -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,