From 0392f9779f679967b6601862ab0b840e0d27345e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 1 Oct 2009 12:17:36 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-01=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * include/rtems/pci.h: Add another missing prototype. --- cpukit/ChangeLog | 4 ++++ cpukit/include/rtems/pci.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index cff3dd9d89..4810d3a01e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-10-01 Ralf Corsépius + + * include/rtems/pci.h: Add another missing prototype. + 2009-09-30 Ralf Corsépius * include/rtems/pci.h: Add missing prototype. 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;