8 lines
162 B
C
8 lines
162 B
C
|
/* $NetBSD: trap.h,v 1.1 1999/09/13 10:30:44 itojun Exp $ */
|
||
|
#ifndef _EVBSH3_TRAP_H_
|
||
|
#define _EVBSH3_TRAP_H_
|
||
|
|
||
|
#include <sh3/trap.h>
|
||
|
|
||
|
#endif /* _EVBSH3_TRAP_H_ */
|