diff options
| author | thorpej <thorpej@NetBSD.org> | 1997-04-09 19:46:04 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1997-04-09 19:46:04 +0000 |
| commit | 06e6038b3fd1558b99c6ee51ec4da10f39376ca9 (patch) | |
| tree | 82d746371af2b807068ddfe6448c90cef9834019 /sys/arch/atari/include | |
| parent | 74c30230384defe3a2192f0a6ad0fb530f822e9d (diff) | |
regdump() is prototyped in <m68k/cpu.h> now
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h index 7b5e6a029cb..996dbaeb9d3 100644 --- a/sys/arch/atari/include/cpu.h +++ b/sys/arch/atari/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.20 1997/02/04 05:02:56 perry Exp $ */ +/* $NetBSD: cpu.h,v 1.21 1997/04/09 19:46:04 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -246,8 +246,6 @@ void ICPP __P((vm_offset_t)); typedef void (*si_farg)(void *, void *); /* XXX */ void add_sicallback __P((si_farg, void *, void *)); void rem_sicallback __P((si_farg)); -struct frame; -void regdump __P((struct frame *, int)); void cpu_startup __P((void)); void dumpsys __P((void)); vm_offset_t reserve_dumppages __P((vm_offset_t)); |
