summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/pci.h')
-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 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
}