summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 13:25:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-30 13:25:07 +0000
commit199037b40464b04d846e6b68848ed1c6f777c263 (patch)
tree808518fbb6ffaf4b478826ca94c3b502e6dda1dd
parent2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-199037b40464b04d846e6b68848ed1c6f777c263.tar.bz2
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/pci.h: Add missing prototype.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/include/rtems/pci.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5465b5d107..cff3dd9d89 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * include/rtems/pci.h: Add missing prototype.
+
+2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/fstat.c, libcsupport/src/fcntl.c,
libcsupport/src/calloc.c, libcsupport/src/isatty_r.c,
libcsupport/src/issetugid.c, libcsupport/src/lseek.c,
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
}