diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-16 20:54:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-16 20:54:17 +0000 |
commit | 2f4a832fd1e04ebf4ee8dc0591aa04e45c4b3b99 (patch) | |
tree | 71fd79bb2c4b6d24a48f41e072fbc4b5aca446a4 | |
parent | 89f72a32b35cb411a824a4138962a5acc3f41635 (diff) |
Missing prototype.
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index 9d72d9062a9..7507469a61b 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.24 2002/03/14 03:15:55 millert Exp $ */ +/* $OpenBSD: cpu.h,v 1.25 2002/04/16 20:54:16 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -306,6 +306,7 @@ void m68881_restore(struct fpframe *); void m68881_save(struct fpframe *); void TBIA(void); void TBIAS(void); +void TBIAU(void); void TBIS(vm_offset_t); void DCFP(vm_offset_t); void ICPP(vm_offset_t); |