get tickle_tc() prototyped unconditionally
This commit is contained in:
parent
93a2eaef51
commit
587059915b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: clock.c,v 1.9 2006/06/07 22:37:14 kardel Exp $ */
|
||||
/* $NetBSD: clock.c,v 1.10 2006/07/24 16:37:24 kardel Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -121,7 +121,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.9 2006/06/07 22:37:14 kardel Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.10 2006/07/24 16:37:24 kardel Exp $");
|
||||
|
||||
/* #define CLOCKDEBUG */
|
||||
/* #define CLOCK_PARANOIA */
|
||||
@ -171,7 +171,6 @@ int clock_debug = 0;
|
||||
|
||||
int sysbeepmatch __P((struct device *, struct cfdata *, void *));
|
||||
void sysbeepattach __P((struct device *, struct device *, void *));
|
||||
static void tickle_tc(void);
|
||||
|
||||
CFATTACH_DECL(sysbeep, sizeof(struct device),
|
||||
sysbeepmatch, sysbeepattach, NULL, NULL);
|
||||
@ -189,6 +188,7 @@ int rtcget __P((mc_todregs *));
|
||||
void rtcput __P((mc_todregs *));
|
||||
|
||||
static inline int gettick_broken_latch __P((void));
|
||||
static void tickle_tc(void);
|
||||
|
||||
static volatile uint32_t i8254_lastcount;
|
||||
static volatile uint32_t i8254_offset;
|
||||
|
Loading…
Reference in New Issue
Block a user