1ac8695a9Schristos /* 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 */ 320cd48c9Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4ac8695a9Schristos 5*22ebeae4Schristos /* generated for m68k--netbsdelf-gcc (NetBSD nb3 20231008) 10.5.0 */ 6ac8695a9Schristos 7ac8695a9Schristos #ifndef GCC_GENERATED_STDINT_H 8ac8695a9Schristos #define GCC_GENERATED_STDINT_H 1 9ac8695a9Schristos 10ac8695a9Schristos #include <sys/types.h> 11ac8695a9Schristos #include <stdint.h> 12ac8695a9Schristos /* glibc uses these symbols as guards to prevent redefinitions. */ 13ac8695a9Schristos #ifdef __int8_t_defined 14ac8695a9Schristos #define _INT8_T 15ac8695a9Schristos #define _INT16_T 16ac8695a9Schristos #define _INT32_T 17ac8695a9Schristos #endif 18ac8695a9Schristos #ifdef __uint32_t_defined 19ac8695a9Schristos #define _UINT32_T 20ac8695a9Schristos #endif 21ac8695a9Schristos 22ac8695a9Schristos 23ac8695a9Schristos /* Some systems have guard macros to prevent redefinitions, define them. */ 24ac8695a9Schristos #ifndef _INT8_T 25ac8695a9Schristos #define _INT8_T 26ac8695a9Schristos #endif 27ac8695a9Schristos #ifndef _INT16_T 28ac8695a9Schristos #define _INT16_T 29ac8695a9Schristos #endif 30ac8695a9Schristos #ifndef _INT32_T 31ac8695a9Schristos #define _INT32_T 32ac8695a9Schristos #endif 33ac8695a9Schristos #ifndef _UINT8_T 34ac8695a9Schristos #define _UINT8_T 35ac8695a9Schristos #endif 36ac8695a9Schristos #ifndef _UINT16_T 37ac8695a9Schristos #define _UINT16_T 38ac8695a9Schristos #endif 39ac8695a9Schristos #ifndef _UINT32_T 40ac8695a9Schristos #define _UINT32_T 41ac8695a9Schristos #endif 42ac8695a9Schristos 43ac8695a9Schristos /* system headers have good uint64_t and int64_t */ 44ac8695a9Schristos #ifndef _INT64_T 45ac8695a9Schristos #define _INT64_T 46ac8695a9Schristos #endif 47ac8695a9Schristos #ifndef _UINT64_T 48ac8695a9Schristos #define _UINT64_T 49ac8695a9Schristos #endif 50ac8695a9Schristos 51ac8695a9Schristos #endif /* GCC_GENERATED_STDINT_H */ 52