12 lines
198 B
C
12 lines
198 B
C
/*
|
|
* $Id: reg.h,v 1.1 1994/02/22 23:51:27 paulus Exp $
|
|
*/
|
|
|
|
#ifndef _HP300_REG_H_
|
|
#define _HP300_REG_H_
|
|
|
|
/* Just use the common m68k definition */
|
|
#include <m68k/reg.h>
|
|
|
|
#endif /* _HP300_REG_H_ */
|