119370Spst/* This file is automatically generated.  DO NOT EDIT! */
298944Sobrien/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
398944Sobrien/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
419370Spst
598944Sobrien/* generated for  powerpc--netbsd-gcc (NetBSD nb1 20210411) 10.3.0 */
619370Spst
798944Sobrien#ifndef GCC_GENERATED_STDINT_H
898944Sobrien#define GCC_GENERATED_STDINT_H 1
998944Sobrien
1098944Sobrien#include <sys/types.h>
1119370Spst#include <stdint.h>
1298944Sobrien/* glibc uses these symbols as guards to prevent redefinitions.  */
1398944Sobrien#ifdef __int8_t_defined
1498944Sobrien#define _INT8_T
1598944Sobrien#define _INT16_T
1619370Spst#define _INT32_T
1798944Sobrien#endif
1898944Sobrien#ifdef __uint32_t_defined
1998944Sobrien#define _UINT32_T
2098944Sobrien#endif
2119370Spst
2219370Spst
2319370Spst/* Some systems have guard macros to prevent redefinitions, define them.  */
2419370Spst#ifndef _INT8_T
2519370Spst#define _INT8_T
2619370Spst#endif
2719370Spst#ifndef _INT16_T
2819370Spst#define _INT16_T
2919370Spst#endif
3019370Spst#ifndef _INT32_T
3119370Spst#define _INT32_T
3219370Spst#endif
3319370Spst#ifndef _UINT8_T
3498944Sobrien#define _UINT8_T
3519370Spst#endif
3619370Spst#ifndef _UINT16_T
3719370Spst#define _UINT16_T
3819370Spst#endif
3946283Sdfr#ifndef _UINT32_T
4046283Sdfr#define _UINT32_T
4146283Sdfr#endif
4246283Sdfr
4398944Sobrien/* system headers have good uint64_t and int64_t */
4419370Spst#ifndef _INT64_T
4598944Sobrien#define _INT64_T
4619370Spst#endif
4798944Sobrien#ifndef _UINT64_T
4819370Spst#define _UINT64_T
4998944Sobrien#endif
5019370Spst
5198944Sobrien#endif /* GCC_GENERATED_STDINT_H */
5298944Sobrien