11 lines
159 B
C
11 lines
159 B
C
/*
|
|
* $Id: reg.h,v 1.8 1994/01/27 02:12:44 cgd Exp $
|
|
*/
|
|
|
|
#ifndef _MACHINE_REG_H_
|
|
#define _MACHINE_REG_H_
|
|
|
|
#include <m68k/reg.h>
|
|
|
|
#endif /* _MACHINE_REG_H_ */
|