diff runtime/plat_types.h @ 63:04baa003de5a

Merged latest changes with better C branch
author Mike Pavone <pavone@retrodev.com>
date Wed, 05 May 2010 22:12:23 -0400
parents a24eb366195c
children
line wrap: on
line diff
--- a/runtime/plat_types.h	Sat Oct 10 16:43:37 2009 -0400
+++ b/runtime/plat_types.h	Wed May 05 22:12:23 2010 -0400
@@ -10,7 +10,8 @@
 typedef unsigned char uint8_t;
 typedef unsigned short uint16_t;
 typedef unsigned int uint32_t;
-typedef unsigned long long uint64_t;
+typedef unsigned long long uint64_t;
+typedef unsigned int uintptr_t;
 
 #else
 #include <stdint.h>