mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
9 lines
145 B
C
9 lines
145 B
C
/* $NetBSD: frame.h,v 1.7 1994/10/26 02:06:15 cgd Exp $ */
|
|
|
|
#ifndef _MACHINE_FRAME_H_
|
|
#define _MACHINE_FRAME_H_
|
|
|
|
#include <m68k/frame.h>
|
|
|
|
#endif
|