1994-10-26 05:31:56 +03:00
|
|
|
/* $NetBSD: reg.h,v 1.2 1994/10/26 02:33:54 cgd Exp $ */
|
1994-02-23 02:48:01 +03:00
|
|
|
|
1994-10-26 05:31:56 +03:00
|
|
|
#ifndef _DA30_REG_H_
|
|
|
|
#define _DA30_REG_H_
|
1994-02-23 02:48:01 +03:00
|
|
|
|
|
|
|
/* Just use the common m68k definition */
|
|
|
|
#include <m68k/reg.h>
|
|
|
|
|
1994-10-26 05:31:56 +03:00
|
|
|
#endif /* _DA30_REG_H_ */
|