/* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp */ /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ /* generated for mips64el--netbsd-gcc (NetBSD nb1 20210411) 10.3.0 */ #ifndef GCC_GENERATED_STDINT_H #define GCC_GENERATED_STDINT_H 1 #include #include /* glibc uses these symbols as guards to prevent redefinitions. */ #ifdef __int8_t_defined #define _INT8_T #define _INT16_T #define _INT32_T #endif #ifdef __uint32_t_defined #define _UINT32_T #endif /* Some systems have guard macros to prevent redefinitions, define them. */ #ifndef _INT8_T #define _INT8_T #endif #ifndef _INT16_T #define _INT16_T #endif #ifndef _INT32_T #define _INT32_T #endif #ifndef _UINT8_T #define _UINT8_T #endif #ifndef _UINT16_T #define _UINT16_T #endif #ifndef _UINT32_T #define _UINT32_T #endif /* system headers have good uint64_t and int64_t */ #ifndef _INT64_T #define _INT64_T #endif #ifndef _UINT64_T #define _UINT64_T #endif #endif /* GCC_GENERATED_STDINT_H */ class='tabs'> summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-29 KNF. No functional change.msaitoh
2018-02-08Typos.dholland
2011-04-24use static inline for ec_readmem(), it is not referenced elsewhereplunky
(avoids C99 vs GNU semantics for external inline functions)
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-12Split device_t and softc for the NE2000 Ethernet chip and all its variantscube
and attachments. Use device_t accessors, correct types, and ANSIfy when appropriate.
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
- fix a couple of unused bugs - no more -Wno-unused for i386
2006-03-29Use device_cfdata().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
by the isa.c bus driver and the "address/whatever not specified" argument passed to leaf device drivers. The former is "ISACF_XXX_DEFAULT" as generaterd by config(8), the latter "ISA_UNKNOWN_XXX", defined in isavar.h. This way we save a dependency of every ISA device driver on "locators.h".
2004-05-11Fix typo in comment; from Sergey Svishchev.wiz
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
sc->write_mbuf now return len of buffer, including padding. Tested with a PCI ne2000.
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
CFATTACH_DECL conversion. (Grumble.)
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej