mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
9 lines
137 B
C
9 lines
137 B
C
/* $NetBSD: asm.h,v 1.4 1994/10/26 02:05:57 cgd Exp $ */
|
|
|
|
#ifndef _MACHINE_ASM_H_
|
|
#define _MACHINE_ASM_H_
|
|
|
|
#include <m68k/asm.h>
|
|
|
|
#endif
|