1997-04-10 00:12:44 +04:00
|
|
|
/* $NetBSD: reg.h,v 1.11 1997/04/09 20:12:44 thorpej Exp $ */
|
1993-05-13 17:56:20 +04:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
#ifndef _REG_MACHINE_
|
|
|
|
#define _REG_MACHINE_
|
1993-05-13 17:56:20 +04:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
#include <machine/frame.h>
|
1994-01-08 15:41:41 +03:00
|
|
|
#include <m68k/reg.h>
|
1994-01-06 20:05:34 +03:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
#endif /* _REG_MACHINE_ */
|