C99 types for boot too
---
 boot/include/types.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/boot/include/types.h b/boot/include/types.h
index d3af88c..f6f7229 100755
--- a/boot/include/types.h
+++ b/boot/include/types.h
@@ -40,6 +40,13 @@ typedef unsigned short       u_short;
 typedef unsigned int   u_int;
 typedef unsigned long  u_long;
 
+typedef 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;
+
 #define NULL ((void *)0)
 
 #endif /* !_TYPES_H */
-- 
1.5.0.3.GIT




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Prex-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/prex-devel

Reply via email to