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