summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/include/rtems/pci.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 35546aec7e..b758d6591d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>
+
+ * include/rtems/pci.h: Name change to support common PCI interface
+
2005-05-03 Joel Sherrill <joel@OARcorp.com>
* libcsupport/include/ringbuf.h: Use uint8_t instead of char for raw
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 */