-/* $OpenBSD: clock.c,v 1.24 2010/04/29 12:35:14 jsing Exp $ */
+/* $OpenBSD: clock.c,v 1.25 2010/08/01 09:01:45 kettenis Exp $ */
/*
* Copyright (c) 1998-2003 Michael Shalayeff
};
void
-cpu_initclocks()
+cpu_initclocks(void)
{
struct cpu_info *ci = curcpu();
u_long __itmr;
* initialize the system time from the time of day clock
*/
void
-inittodr(t)
- time_t t;
+inittodr(time_t t)
{
struct pdc_tod tod PDC_ALIGNMENT;
int error, tbad = 0;
}
void
-setstatclockrate(newhz)
- int newhz;
+setstatclockrate(int newhz)
{
/* nothing we can do */
}