X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fpxa27x%2Finttypes.h;h=04091c61c884d1ed0badcde2907c80bc7c2baece;hb=ea91d610f54dd99029ce18bdd51649210a78943d;hp=4b7cc841b5c6079e2fc0327cc1ba5371d47009ca;hpb=805e25939a652bf5fde3f4e8ebdc8d1bd751944f;p=tinyos-2.x.git diff --git a/tos/chips/pxa27x/inttypes.h b/tos/chips/pxa27x/inttypes.h index 4b7cc841..04091c61 100644 --- a/tos/chips/pxa27x/inttypes.h +++ b/tos/chips/pxa27x/inttypes.h @@ -1,19 +1,19 @@ -#ifndef __INTTYPES_H_ -#define __INTTYPES_H_ - -typedef signed char int8_t; -typedef unsigned char uint8_t; - -typedef short int16_t; -typedef unsigned short uint16_t; - -typedef int int32_t; -typedef unsigned int uint32_t; - -typedef long long int64_t; -typedef unsigned long long uint64_t; - -typedef int32_t intptr_t; -typedef uint32_t uintptr_t; - -#endif +#ifndef __INTTYPES_H_ +#define __INTTYPES_H_ + +typedef signed char int8_t; +typedef unsigned char uint8_t; + +typedef short int16_t; +typedef unsigned short uint16_t; + +typedef int int32_t; +typedef unsigned int uint32_t; + +typedef long long int64_t; +typedef unsigned long long uint64_t; + +typedef int32_t intptr_t; +typedef uint32_t uintptr_t; + +#endif