]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/pci.h
Move elfload into tools/
[netwatch.git] / include / pci.h
index 9f7e6b90a75c1c64f8bfbc4ca86e4edf236eaa6f..5243bfc6a5a35b79184753911614df81edb99492 100644 (file)
@@ -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
This page took 0.023717 seconds and 4 git commands to generate.