Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/loongson add prototypes.



details:   https://anonhg.NetBSD.org/src/rev/3749bdd406a4
branches:  trunk
changeset: 773741:3749bdd406a4
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 14 21:34:46 2012 +0000

description:
add prototypes.

diffstat:

 sys/arch/evbmips/loongson/gdium_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2a38c0fbcb93 -r 3749bdd406a4 sys/arch/evbmips/loongson/gdium_machdep.c
--- a/sys/arch/evbmips/loongson/gdium_machdep.c Tue Feb 14 21:33:02 2012 +0000
+++ b/sys/arch/evbmips/loongson/gdium_machdep.c Tue Feb 14 21:34:46 2012 +0000
@@ -307,7 +307,7 @@
 }
 
 void
-gdium_powerdown()
+gdium_powerdown(void)
 {
        REGVAL(BONITO_GPIODATA) |= 0x00000002;
        REGVAL(BONITO_GPIOIE) &= ~0x00000002;
@@ -316,7 +316,7 @@
 }
 
 void
-gdium_reset()
+gdium_reset(void)
 {
        REGVAL(BONITO_GPIODATA) &= ~0x00000002;
        REGVAL(BONITO_GPIOIE) &= ~0x00000002;



Home | Main Index | Thread Index | Old Index