mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
8 lines
176 B
C
8 lines
176 B
C
/* $NetBSD: frame.h,v 1.1 2000/12/11 18:19:15 marcus Exp $ */
|
|
#ifndef _DREAMCAST_FRAME_H_
|
|
#define _DREAMCAST_FRAME_H_
|
|
|
|
#include <sh3/frame.h>
|
|
|
|
#endif /* _DREAMCAST_FRAME_H_ */
|