Home | History | Annotate | Line # | Download | only in machine
      1  1.2  joerg /*	$NetBSD: ansi.h,v 1.2 2011/07/17 20:54:40 joerg Exp $	*/
      2  1.1    uch 
      3  1.1    uch /* Windows CE architecture */
      4  1.1    uch 
      5  1.1    uch #include <machine/int_types.h>
      6  1.1    uch 
      7  1.1    uch #define	_BSD_CLOCK_T_		unsigned int	/* clock() */
      8  1.1    uch #define	_BSD_PTRDIFF_T_		int		/* ptr1 - ptr2 */
      9  1.1    uch #define	_BSD_SSIZE_T_		int		/* byte count or error */
     10  1.1    uch #define	_BSD_CLOCKID_T_		int		/* clockid_t */
     11  1.1    uch #define	_BSD_TIMER_T_		int		/* timer_t */
     12  1.1    uch #define	_BSD_SUSECONDS_T_	int		/* suseconds_t */
     13  1.1    uch #define	_BSD_USECONDS_T_	unsigned int	/* useconds_t */
     14  1.1    uch 
     15