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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
x68k
/
include
/
limits.h
blob
6e6941cd65813b5b24618f9720e2a056f52324f7
1
/* $NetBSD: limits.h,v 1.2 1998/01/09 22:24:08 perry 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_ */