From b3b6c41d664826e01e2ced348a575465feb1a070 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 4 May 2005 19:42:12 +0000 Subject: 2005-05-04 Jennifer Averett * include/rtems/pci.h: Name change to support common PCI interface --- cpukit/ChangeLog | 4 ++++ cpukit/include/rtems/pci.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + + * include/rtems/pci.h: Name change to support common PCI interface + 2005-05-03 Joel Sherrill * 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 */ -- cgit v1.2.3