Add extern declarations of new globals used by kernel PLL clock
authortholo <tholo@openbsd.org>
Tue, 30 Jan 1996 07:27:58 +0000 (07:27 +0000)
committertholo <tholo@openbsd.org>
Tue, 30 Jan 1996 07:27:58 +0000 (07:27 +0000)
sys/sys/kernel.h

index b81d17e..1e32edc 100644 (file)
@@ -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;