2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* shared/include/pci.h: Add prototypes for BusCountPCI(void),
	init_pci(void).
This commit is contained in:
Ralf Corsepius
2009-09-29 03:48:22 +00:00
parent 49c8f45f82
commit 489dd0006d
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/include/pci.h: Add prototypes for BusCountPCI(void),
init_pci(void).
2009-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/include/pci.h: Revert extern inline patch.

View File

@@ -1154,8 +1154,8 @@ pci_write_config_dword(unsigned char bus, unsigned char slot, unsigned char func
/*
* Return the number of PCI busses in the system
*/
extern unsigned char BusCountPCI();
extern int init_pci();
extern unsigned char BusCountPCI(void);
extern int init_pci(void);
extern int dma_to_pci(unsigned int addr, unsigned int paddr, unsigned int len);
extern int dma_from_pci(unsigned int addr, unsigned int paddr, unsigned int len);