1 1.11 thorpej /* $NetBSD: reg.h,v 1.11 1997/04/09 20:12:44 thorpej Exp $ */ 2 1.1 cgd 3 1.10 briggs #ifndef _REG_MACHINE_ 4 1.10 briggs #define _REG_MACHINE_ 5 1.5 mycroft 6 1.10 briggs #include <machine/frame.h> 7 1.7 cgd #include <m68k/reg.h> 8 1.10 briggs 9 1.10 briggs #endif /* _REG_MACHINE_ */ 10