summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-01 12:17:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-01 12:17:36 +0000
commit0392f9779f679967b6601862ab0b840e0d27345e (patch)
treeb921572f84cba8c13ecc4432aa1a0ecaff6ff25d /cpukit/include
parent2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0392f9779f679967b6601862ab0b840e0d27345e.tar.bz2
2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/pci.h: Add another missing prototype.
Diffstat (limited to 'cpukit/include')
-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 e5b674040b..2cfdc65feb 100644
--- a/cpukit/include/rtems/pci.h
+++ b/cpukit/include/rtems/pci.h
@@ -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;