repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
luna68k
/
include
/
limits.h
blob
f0801a2249c6f6be08996001fd74f99aaeb33aa7
1
/* $NetBSD: limits.h,v 1.1.1.1 1995/07/25 23:12:16 chuck Exp $ */
2
3
#ifndef _MACHINE_LIMITS_H_
4
#define _MACHINE_LIMITS_H_
5
6
/* Just use the common m68k definition */
7
#include <m68k/limits.h>
8
9
#endif
/* _MACHINE_LIMITS_H_ */