summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/pci.h
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2005-05-04 19:42:12 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2005-05-04 19:42:12 +0000
commitb3b6c41d664826e01e2ced348a575465feb1a070 (patch)
tree3bfd53b2da117f2233bf68fcf31f03f3b5a42d78 /cpukit/include/rtems/pci.h
parent2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com> (diff)
downloadrtems-b3b6c41d664826e01e2ced348a575465feb1a070.tar.bz2
2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
* include/rtems/pci.h: Name change to support common PCI interface
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h
index f06745c356..162254c58d 100644
--- a/cpukit/include/rtems/pci.h
+++ b/cpukit/include/rtems/pci.h
@@ -1220,6 +1220,6 @@ pci_find_device(
/*
* Return the number of PCI busses in the system
*/
-extern unsigned char BusCountPCI();
+extern unsigned char pci_bus_count();
#endif /* _RTEMS_PCI_H */