X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/7bb29d226d3215ce817bc123225adf48183923c1..8ed5907015b127d1312c13216a8e4875c962da8e:/include/pci.h diff --git a/include/pci.h b/include/pci.h index 9f7e6b9..5243bfc 100644 --- a/include/pci.h +++ b/include/pci.h @@ -1,3 +1,14 @@ +/* pci.h + * Definitions for PCI access + * NetWatch system management mode administration console + * + * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. + * This program is free software; you can redistribute and/or modify it under + * the terms found in the file LICENSE in the root of this source tree. + * + */ + + #ifndef PCI_H #define PCI_H @@ -55,6 +66,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