mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
9 lines
149 B
C
9 lines
149 B
C
/* $NetBSD: frame.h,v 1.1.1.1 1995/03/26 07:12:05 leo Exp $ */
|
|
|
|
#ifndef _MACHINE_FRAME_H_
|
|
#define _MACHINE_FRAME_H_
|
|
|
|
#include <m68k/frame.h>
|
|
|
|
#endif
|