From 0392f9779f679967b6601862ab0b840e0d27345e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 1 Oct 2009 12:17:36 +0000 Subject: =?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/include/rtems/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/include') 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; -- cgit v1.2.3