From: tholo Date: Tue, 30 Jan 1996 07:27:58 +0000 (+0000) Subject: Add extern declarations of new globals used by kernel PLL clock X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=557acbb348505286d3c7d7223e63626df5be370f;p=openbsd Add extern declarations of new globals used by kernel PLL clock --- diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index b81d17e0fcf..1e32edc1ef5 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -64,3 +64,5 @@ extern int hz; /* system clock's frequency */ extern int stathz; /* statistics clock's frequency */ extern int profhz; /* profiling clock's frequency */ extern int lbolt; /* once a second sleep address */ +extern int tickdelta; +extern long timedelta;