diff TaskManager/include/types.h @ 387:5e2d30bfbf23

no compile error but not worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 06 Aug 2009 22:40:52 +0900
parents c7a4818cdfcb
children 8c5fa57128cb
line wrap: on
line diff
--- a/TaskManager/include/types.h	Thu Aug 06 19:31:51 2009 +0900
+++ b/TaskManager/include/types.h	Thu Aug 06 22:40:52 2009 +0900
@@ -3,6 +3,7 @@
 
 #include <stdint.h>
 
+typedef uint16_t uint16;
 typedef uint32_t uint32;
 typedef uint64_t uint64;
 #ifdef SPU