mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 06:29:51 -04:00
9 lines
159 B
C
9 lines
159 B
C
/* $NetBSD: reg.h,v 1.13 2005/12/11 12:18:03 christos Exp $ */
|
|
|
|
#ifndef _REG_MACHINE_
|
|
#define _REG_MACHINE_
|
|
|
|
#include <m68k/reg.h>
|
|
|
|
#endif /* _REG_MACHINE_ */
|