summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/pci.h')
-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 */