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