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