diff options
author | 1996-10-16 12:27:16 +0000 | |
---|---|---|
committer | 1996-10-16 12:27:16 +0000 | |
commit | 7e5c8e3553ed27d6e71981910b8ce9210c3bb90e (patch) | |
tree | 7386ae8a18b4efd10dcd6bb86051114c44b6708a | |
parent | proto (diff) | |
download | wireguard-openbsd-7e5c8e3553ed27d6e71981910b8ce9210c3bb90e.tar.xz wireguard-openbsd-7e5c8e3553ed27d6e71981910b8ce9210c3bb90e.zip |
decl calibrate_cyclecounter, fusword, susword
-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 *)); |