2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>

* include/rtems/pci.h: Name change to support common PCI interface
This commit is contained in:
Jennifer Averett
2005-05-04 19:42:12 +00:00
parent a8e195984f
commit b3b6c41d66
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 */