Home | History | Annotate | Line # | Download | only in include
limits.h revision 1.1.6.2
      1  1.1.6.2  bouyer /*	$NetBSD: limits.h,v 1.1.6.2 2000/11/20 20:10:30 bouyer Exp $	*/
      2  1.1.6.2  bouyer 
      3  1.1.6.2  bouyer #ifndef _MACHINE_LIMITS_H_
      4  1.1.6.2  bouyer #define _MACHINE_LIMITS_H_
      5  1.1.6.2  bouyer 
      6  1.1.6.2  bouyer /* Just use the common m68k definition */
      7  1.1.6.2  bouyer #include <m68k/limits.h>
      8  1.1.6.2  bouyer 
      9  1.1.6.2  bouyer #endif /* _MACHINE_LIMITS_H_ */
     10