diff options
Diffstat (limited to 'sys/arch/m88k/include/cpu.h')
-rw-r--r-- | sys/arch/m88k/include/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h index f6ee4eb5541..48e6d36e1d4 100644 --- a/sys/arch/m88k/include/cpu.h +++ b/sys/arch/m88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.67 2019/08/28 13:48:40 aoyama Exp $ */ +/* $OpenBSD: cpu.h,v 1.68 2020/05/31 06:23:57 dlg Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -229,6 +229,8 @@ struct cpu_info *set_cpu_number(cpuid_t); #define curpcb curcpu()->ci_curpcb +unsigned int cpu_rnd_messybits(void); + #endif /* _LOCORE */ /* |