summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
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;