summaryrefslogtreecommitdiffstats
path: root/src/include/pci.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-21 21:04:53 +0200
committerMichael Brown2005-04-21 21:04:53 +0200
commitcfe3a663af0dc133b8f9a1652d0820160889d6ea (patch)
tree35cc506a7d172f5f28696920247b17abc94e833b /src/include/pci.h
parentUpdated to current API (diff)
downloadipxe-cfe3a663af0dc133b8f9a1652d0820160889d6ea.tar.gz
ipxe-cfe3a663af0dc133b8f9a1652d0820160889d6ea.tar.xz
ipxe-cfe3a663af0dc133b8f9a1652d0820160889d6ea.zip
Tweaked API to minimise changes to existing drivers even further.
Diffstat (limited to 'src/include/pci.h')
-rw-r--r--src/include/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pci.h b/src/include/pci.h
index 49e36d506..677e09a64 100644
--- a/src/include/pci.h
+++ b/src/include/pci.h
@@ -296,7 +296,7 @@ struct pci_id {
* can handle an entire class of devices.
*
*/
-struct pci_driver_info {
+struct pci_driver {
struct pci_id *ids;
unsigned int id_count;
uint16_t class;