blob: 8266b9c8b59b12724bf9f445896a4071c591277c (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: reg.h,v 1.11 1997/04/09 20:12:44 thorpej Exp $ */
#ifndef _REG_MACHINE_
#define _REG_MACHINE_
#include <machine/frame.h>
#include <m68k/reg.h>
#endif /* _REG_MACHINE_ */
|