blob: a8765eb7f05f66ae6782f2f716c7e3efc4351333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* $OpenBSD: reg.h,v 1.4 1997/11/30 06:12:35 gene Exp $ */
/* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */
#ifndef _MAC68K_REG_H_
#define _MAC68K_REG_H_
#include <machine/frame.h>
#include <m68k/reg.h>
__BEGIN_DECLS
/* machdep.c */
void regdump __P((struct frame *, int));
__END_DECLS
#endif /* _MAC68K_REG_H_ */
|