X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/3309f0f4c6885cc382fb6fa77493ae68bd4eb5b0..03bcc4db7995b38ecda927e65d7bf2e657477664:/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