From 199037b40464b04d846e6b68848ed1c6f777c263 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 30 Sep 2009 13:25:07 +0000 Subject: =?UTF-8?q?2009-09-30=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 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 6a10633255..e5b674040b 100644 --- a/cpukit/include/rtems/pci.h +++ b/cpukit/include/rtems/pci.h @@ -1227,7 +1227,7 @@ pci_find_device( /* * Return the number of PCI busses in the system */ -extern unsigned char pci_bus_count(); +extern unsigned char pci_bus_count(void); #ifdef __cplusplus } -- cgit v1.2.3