diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 12:27:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 12:27:17 +0000 |
commit | c9d2e40d0f381d4014441d1761311ed13df08c7c (patch) | |
tree | 339656ca13cca5e3256d11272b5406464ddaeaf5 /sys/arch | |
parent | 196d3a6b918091a4ee4457430dbb7c74785ff9e2 (diff) |
decl calibrate_cyclecounter, fusword, susword
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 8cf15de524c..e58661a6501 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -99,6 +99,7 @@ void delay __P((int)); /* * High resolution clock support (Pentium only) */ +void calibrate_cyclecounter __P((void)); extern u_quad_t pentium_base_tsc; #define CPU_CLOCKUPDATE(otime, ntime) \ do { \ @@ -152,6 +153,8 @@ void cpu_reset __P((void)); struct region_descriptor; void lgdt __P((struct region_descriptor *)); void fillw __P((short, void *, size_t)); +short fusword __P((u_short *)); +int susword __P((u_short *t, u_short)); struct pcb; void savectx __P((struct pcb *)); |