xref: /minix3/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv32/gstdint.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*0a6a1f1dSLionel Sambuc 
5*0a6a1f1dSLionel Sambuc /* generated for  riscv32--netbsd-gcc (NetBSD nb1 20141012) 4.8.4 */
6*0a6a1f1dSLionel Sambuc 
7*0a6a1f1dSLionel Sambuc #ifndef GCC_GENERATED_STDINT_H
8*0a6a1f1dSLionel Sambuc #define GCC_GENERATED_STDINT_H 1
9*0a6a1f1dSLionel Sambuc 
10*0a6a1f1dSLionel Sambuc #include <sys/types.h>
11*0a6a1f1dSLionel Sambuc #include <stdint.h>
12*0a6a1f1dSLionel Sambuc /* glibc uses these symbols as guards to prevent redefinitions.  */
13*0a6a1f1dSLionel Sambuc #ifdef __int8_t_defined
14*0a6a1f1dSLionel Sambuc #define _INT8_T
15*0a6a1f1dSLionel Sambuc #define _INT16_T
16*0a6a1f1dSLionel Sambuc #define _INT32_T
17*0a6a1f1dSLionel Sambuc #endif
18*0a6a1f1dSLionel Sambuc #ifdef __uint32_t_defined
19*0a6a1f1dSLionel Sambuc #define _UINT32_T
20*0a6a1f1dSLionel Sambuc #endif
21*0a6a1f1dSLionel Sambuc 
22*0a6a1f1dSLionel Sambuc 
23*0a6a1f1dSLionel Sambuc /* Some systems have guard macros to prevent redefinitions, define them.  */
24*0a6a1f1dSLionel Sambuc #ifndef _INT8_T
25*0a6a1f1dSLionel Sambuc #define _INT8_T
26*0a6a1f1dSLionel Sambuc #endif
27*0a6a1f1dSLionel Sambuc #ifndef _INT16_T
28*0a6a1f1dSLionel Sambuc #define _INT16_T
29*0a6a1f1dSLionel Sambuc #endif
30*0a6a1f1dSLionel Sambuc #ifndef _INT32_T
31*0a6a1f1dSLionel Sambuc #define _INT32_T
32*0a6a1f1dSLionel Sambuc #endif
33*0a6a1f1dSLionel Sambuc #ifndef _UINT8_T
34*0a6a1f1dSLionel Sambuc #define _UINT8_T
35*0a6a1f1dSLionel Sambuc #endif
36*0a6a1f1dSLionel Sambuc #ifndef _UINT16_T
37*0a6a1f1dSLionel Sambuc #define _UINT16_T
38*0a6a1f1dSLionel Sambuc #endif
39*0a6a1f1dSLionel Sambuc #ifndef _UINT32_T
40*0a6a1f1dSLionel Sambuc #define _UINT32_T
41*0a6a1f1dSLionel Sambuc #endif
42*0a6a1f1dSLionel Sambuc 
43*0a6a1f1dSLionel Sambuc /* system headers have good uint64_t and int64_t */
44*0a6a1f1dSLionel Sambuc #ifndef _INT64_T
45*0a6a1f1dSLionel Sambuc #define _INT64_T
46*0a6a1f1dSLionel Sambuc #endif
47*0a6a1f1dSLionel Sambuc #ifndef _UINT64_T
48*0a6a1f1dSLionel Sambuc #define _UINT64_T
49*0a6a1f1dSLionel Sambuc #endif
50*0a6a1f1dSLionel Sambuc 
51*0a6a1f1dSLionel Sambuc #endif /* GCC_GENERATED_STDINT_H */
52