artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c223d0
)
Add extern declarations of new globals used by kernel PLL clock
author
tholo
<tholo@openbsd.org>
Tue, 30 Jan 1996 07:27:58 +0000
(07:27 +0000)
committer
tholo
<tholo@openbsd.org>
Tue, 30 Jan 1996 07:27:58 +0000
(07:27 +0000)
sys/sys/kernel.h
patch
|
blob
|
history
diff --git
a/sys/sys/kernel.h
b/sys/sys/kernel.h
index
b81d17e
..
1e32edc
100644
(file)
--- 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;