소스 검색

Support uint32_t datatypes on Leon 3's compiler.

Ioannis Koutras 13 년 전
부모
커밋
ae9b227218
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      include/dmmlib/heap.h

+ 4 - 0
include/dmmlib/heap.h

@@ -39,6 +39,10 @@
 #include <pthread.h>
 #endif /* HAVE_LOCKS */
 
+#ifdef LEON3
+typedef __uint32_t uint32_t ;
+#endif /* LEON3 */
+
 #ifdef WITH_KNOBS
 /**
  * A structure for knobs states (currently 5)