8 lines
167 B
C
8 lines
167 B
C
|
/* $NetBSD: frame.h,v 1.1 1999/09/13 10:30:33 itojun Exp $ */
|
||
|
#ifndef _EVBSH3_FRAME_H_
|
||
|
#define _EVBSH3_FRAME_H_
|
||
|
|
||
|
#include <sh3/frame.h>
|
||
|
|
||
|
#endif /* _EVBSH3_FRAME_H_ */
|