Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2006 22:36:39 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103405 for review
Message-ID:  <200608072236.k77Maduk077448@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103405

Change 103405 by imp@imp_lighthouse on 2006/08/07 22:36:18

	proper watchdog prototype.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91_st.c#13 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/at91_st.c#13 (text+ko) ====

@@ -58,7 +58,7 @@
 #define WR4(off, val) \
 	bus_space_write_4(timer_softc->sc_st, timer_softc->sc_sh, (off), (val))
 
-static watchdog_fn at91st_watchdog;
+static void at91st_watchdog(void *, u_int, int *);
 
 static inline int
 st_crtr(void)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608072236.k77Maduk077448>