184d9c625SLionel Sambuc /* This file is automatically generated. DO NOT EDIT! */ 2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 mrg Exp */ 3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 484d9c625SLionel Sambuc 5*0a6a1f1dSLionel Sambuc /* generated for armv4eb--netbsdelf-eabi-gcc (NetBSD nb2 20150115) 4.8.5 */ 684d9c625SLionel Sambuc 784d9c625SLionel Sambuc #ifndef GCC_GENERATED_STDINT_H 884d9c625SLionel Sambuc #define GCC_GENERATED_STDINT_H 1 984d9c625SLionel Sambuc 1084d9c625SLionel Sambuc #include <sys/types.h> 1184d9c625SLionel Sambuc #include <stdint.h> 1284d9c625SLionel Sambuc /* glibc uses these symbols as guards to prevent redefinitions. */ 1384d9c625SLionel Sambuc #ifdef __int8_t_defined 1484d9c625SLionel Sambuc #define _INT8_T 1584d9c625SLionel Sambuc #define _INT16_T 1684d9c625SLionel Sambuc #define _INT32_T 1784d9c625SLionel Sambuc #endif 1884d9c625SLionel Sambuc #ifdef __uint32_t_defined 1984d9c625SLionel Sambuc #define _UINT32_T 2084d9c625SLionel Sambuc #endif 2184d9c625SLionel Sambuc 2284d9c625SLionel Sambuc 2384d9c625SLionel Sambuc /* Some systems have guard macros to prevent redefinitions, define them. */ 2484d9c625SLionel Sambuc #ifndef _INT8_T 2584d9c625SLionel Sambuc #define _INT8_T 2684d9c625SLionel Sambuc #endif 2784d9c625SLionel Sambuc #ifndef _INT16_T 2884d9c625SLionel Sambuc #define _INT16_T 2984d9c625SLionel Sambuc #endif 3084d9c625SLionel Sambuc #ifndef _INT32_T 3184d9c625SLionel Sambuc #define _INT32_T 3284d9c625SLionel Sambuc #endif 3384d9c625SLionel Sambuc #ifndef _UINT8_T 3484d9c625SLionel Sambuc #define _UINT8_T 3584d9c625SLionel Sambuc #endif 3684d9c625SLionel Sambuc #ifndef _UINT16_T 3784d9c625SLionel Sambuc #define _UINT16_T 3884d9c625SLionel Sambuc #endif 3984d9c625SLionel Sambuc #ifndef _UINT32_T 4084d9c625SLionel Sambuc #define _UINT32_T 4184d9c625SLionel Sambuc #endif 4284d9c625SLionel Sambuc 4384d9c625SLionel Sambuc /* system headers have good uint64_t and int64_t */ 4484d9c625SLionel Sambuc #ifndef _INT64_T 4584d9c625SLionel Sambuc #define _INT64_T 4684d9c625SLionel Sambuc #endif 4784d9c625SLionel Sambuc #ifndef _UINT64_T 4884d9c625SLionel Sambuc #define _UINT64_T 4984d9c625SLionel Sambuc #endif 5084d9c625SLionel Sambuc 5184d9c625SLionel Sambuc #endif /* GCC_GENERATED_STDINT_H */ 52