summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-18 10:48:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-18 10:48:55 +0000
commit6ffb0748bd7ccd8b0465f4869ff9d55f1d4e7ab1 (patch)
tree1ad7a5119b1731ee1d473c4eda2ef600d490de9e /c/src/libchip
parent2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6ffb0748bd7ccd8b0465f4869ff9d55f1d4e7ab1.tar.bz2
Add missing prototype.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/network/dec21140.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/network/dec21140.c b/c/src/libchip/network/dec21140.c
index 48ebde43fb..68affba9ef 100644
--- a/c/src/libchip/network/dec21140.c
+++ b/c/src/libchip/network/dec21140.c
@@ -375,7 +375,7 @@ dec21140Enet_interrupt_handler ( struct dec21140_softc *sc )
}
static rtems_isr
-dec21140Enet_interrupt_handler_entry()
+dec21140Enet_interrupt_handler_entry(void)
{
int i;