ソースを参照

vfp_helper: Get rid of integer type redefinitions

Lioncash 11 年 前
コミット
d155586801
1 ファイル変更1 行追加7 行削除
  1. 1 7
      src/core/arm/skyeye_common/vfp/vfp_helper.h

+ 1 - 7
src/core/arm/skyeye_common/vfp/vfp_helper.h

@@ -38,15 +38,9 @@
 #include <stdint.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdio.h>
 
 
+#include "common/common_types.h"
 #include "core/arm/skyeye_common/armdefs.h"
 #include "core/arm/skyeye_common/armdefs.h"
 
 
-#define u16 uint16_t
-#define u32 uint32_t
-#define u64 uint64_t
-#define s16 int16_t
-#define s32 int32_t
-#define s64 int64_t
-
 #define pr_info //printf
 #define pr_info //printf
 #define pr_debug //printf
 #define pr_debug //printf