X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/3309f0f4c6885cc382fb6fa77493ae68bd4eb5b0..d401e73e740bcf5e7d1b66aeae9839493a8c1686:/include/pci.h diff --git a/include/pci.h b/include/pci.h index 9f7e6b9..9e964ca 100644 --- a/include/pci.h +++ b/include/pci.h @@ -55,6 +55,6 @@ typedef struct pci_driver { int id_count; } pci_driver_t; -int pci_probe_driver(pci_driver_t driver); +int pci_probe_driver(pci_driver_t *driver); #endif