8 lines
172 B
C
8 lines
172 B
C
|
/* $NetBSD: limits.h,v 1.1 1999/09/13 10:30:34 itojun Exp $ */
|
||
|
#ifndef _EVBSH3_LIMITS_H_
|
||
|
#define _EVBSH3_LIMITS_H_
|
||
|
|
||
|
#include <sh3/limits.h>
|
||
|
|
||
|
#endif /* _EVBSH3_LIMITS_H_ */
|