11138a3c3Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp */ 35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 41138a3c3Schristos 5*22ebeae4Schristos /* generated for powerpc--netbsd-gcc (NetBSD nb1 20240630) 12.4.0 */ 61138a3c3Schristos 71138a3c3Schristos #ifndef GCC_GENERATED_STDINT_H 81138a3c3Schristos #define GCC_GENERATED_STDINT_H 1 91138a3c3Schristos 101138a3c3Schristos #include <sys/types.h> 111138a3c3Schristos #include <stdint.h> 121138a3c3Schristos /* glibc uses these symbols as guards to prevent redefinitions. */ 131138a3c3Schristos #ifdef __int8_t_defined 141138a3c3Schristos #define _INT8_T 151138a3c3Schristos #define _INT16_T 161138a3c3Schristos #define _INT32_T 171138a3c3Schristos #endif 181138a3c3Schristos #ifdef __uint32_t_defined 191138a3c3Schristos #define _UINT32_T 201138a3c3Schristos #endif 211138a3c3Schristos 221138a3c3Schristos 231138a3c3Schristos /* Some systems have guard macros to prevent redefinitions, define them. */ 241138a3c3Schristos #ifndef _INT8_T 251138a3c3Schristos #define _INT8_T 261138a3c3Schristos #endif 271138a3c3Schristos #ifndef _INT16_T 281138a3c3Schristos #define _INT16_T 291138a3c3Schristos #endif 301138a3c3Schristos #ifndef _INT32_T 311138a3c3Schristos #define _INT32_T 321138a3c3Schristos #endif 331138a3c3Schristos #ifndef _UINT8_T 341138a3c3Schristos #define _UINT8_T 351138a3c3Schristos #endif 361138a3c3Schristos #ifndef _UINT16_T 371138a3c3Schristos #define _UINT16_T 381138a3c3Schristos #endif 391138a3c3Schristos #ifndef _UINT32_T 401138a3c3Schristos #define _UINT32_T 411138a3c3Schristos #endif 421138a3c3Schristos 431138a3c3Schristos /* system headers have good uint64_t and int64_t */ 441138a3c3Schristos #ifndef _INT64_T 451138a3c3Schristos #define _INT64_T 461138a3c3Schristos #endif 471138a3c3Schristos #ifndef _UINT64_T 481138a3c3Schristos #define _UINT64_T 491138a3c3Schristos #endif 501138a3c3Schristos 511138a3c3Schristos #endif /* GCC_GENERATED_STDINT_H */ 52