1*2beb407aSchristos /* This file is automatically generated. DO NOT EDIT! */ 2*2beb407aSchristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp */ 3*2beb407aSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4*2beb407aSchristos 5*2beb407aSchristos /* generated for mipsn64eb--netbsd-gcc (NetBSD nb1 20210411) 10.3.0 */ 6*2beb407aSchristos 7*2beb407aSchristos #ifndef GCC_GENERATED_STDINT_H 8*2beb407aSchristos #define GCC_GENERATED_STDINT_H 1 9*2beb407aSchristos 10*2beb407aSchristos #include <sys/types.h> 11*2beb407aSchristos #include <stdint.h> 12*2beb407aSchristos /* glibc uses these symbols as guards to prevent redefinitions. */ 13*2beb407aSchristos #ifdef __int8_t_defined 14*2beb407aSchristos #define _INT8_T 15*2beb407aSchristos #define _INT16_T 16*2beb407aSchristos #define _INT32_T 17*2beb407aSchristos #endif 18*2beb407aSchristos #ifdef __uint32_t_defined 19*2beb407aSchristos #define _UINT32_T 20*2beb407aSchristos #endif 21*2beb407aSchristos 22*2beb407aSchristos 23*2beb407aSchristos /* Some systems have guard macros to prevent redefinitions, define them. */ 24*2beb407aSchristos #ifndef _INT8_T 25*2beb407aSchristos #define _INT8_T 26*2beb407aSchristos #endif 27*2beb407aSchristos #ifndef _INT16_T 28*2beb407aSchristos #define _INT16_T 29*2beb407aSchristos #endif 30*2beb407aSchristos #ifndef _INT32_T 31*2beb407aSchristos #define _INT32_T 32*2beb407aSchristos #endif 33*2beb407aSchristos #ifndef _UINT8_T 34*2beb407aSchristos #define _UINT8_T 35*2beb407aSchristos #endif 36*2beb407aSchristos #ifndef _UINT16_T 37*2beb407aSchristos #define _UINT16_T 38*2beb407aSchristos #endif 39*2beb407aSchristos #ifndef _UINT32_T 40*2beb407aSchristos #define _UINT32_T 41*2beb407aSchristos #endif 42*2beb407aSchristos 43*2beb407aSchristos /* system headers have good uint64_t and int64_t */ 44*2beb407aSchristos #ifndef _INT64_T 45*2beb407aSchristos #define _INT64_T 46*2beb407aSchristos #endif 47*2beb407aSchristos #ifndef _UINT64_T 48*2beb407aSchristos #define _UINT64_T 49*2beb407aSchristos #endif 50*2beb407aSchristos 51*2beb407aSchristos #endif /* GCC_GENERATED_STDINT_H */ 52