diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2002-03-25 04:53:18 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-03-25 04:53:18 +0000 |
| commit | 6267df859556b4f01bc9cf4b82741644b76366e9 (patch) | |
| tree | c3200d767f8113d62499fd95502183f0ca51290d | |
| parent | 2ef66f92592a6a7ed6d86eb07fbd9c97094fe097 (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/include/clock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sparc64/include/clock.h b/sys/sparc64/include/clock.h index 133543434699..b0e4c0b06d0b 100644 --- a/sys/sparc64/include/clock.h +++ b/sys/sparc64/include/clock.h @@ -29,4 +29,8 @@ #ifndef _MACHINE_CLOCK_H_ #define _MACHINE_CLOCK_H_ +extern u_long tick_increment; +extern u_long tick_freq; +extern u_long tick_MHz; + #endif /* !_MACHINE_CLOCK_H_ */ |
