]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/pxa27x/inttypes.h
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / chips / pxa27x / inttypes.h
index 4b7cc841b5c6079e2fc0327cc1ba5371d47009ca..04091c61c884d1ed0badcde2907c80bc7c2baece 100644 (file)
@@ -1,19 +1,19 @@
-#ifndef __INTTYPES_H_\r
-#define __INTTYPES_H_\r
-\r
-typedef signed char int8_t;\r
-typedef unsigned char uint8_t;\r
-\r
-typedef short int16_t;\r
-typedef unsigned short uint16_t;\r
-\r
-typedef int int32_t;\r
-typedef unsigned int uint32_t;\r
-\r
-typedef long long int64_t;\r
-typedef unsigned long long uint64_t;\r
-\r
-typedef int32_t intptr_t;\r
-typedef uint32_t uintptr_t;\r
-\r
-#endif\r
+#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