2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>

* include/rtems/pci.h: Add another missing prototype.
This commit is contained in:
Ralf Corsepius
2009-10-01 12:17:36 +00:00
parent 65e3ca6fa3
commit 0392f9779f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/pci.h: Add another missing prototype.
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/pci.h: Add missing prototype.

View File

@@ -1127,7 +1127,7 @@ typedef struct {
#define PCIB_ERR_DEVNOTFOUND (-5) /* Device not found */
#define PCIB_ERR_BADREG (-6) /* Bad register number */
extern int pci_initialize();
extern int pci_initialize(void);
typedef struct {
volatile unsigned char* pci_config_addr;