perf_counter tools: Define and use our own u64, s64 etc. definitions
[linux-2.6-microblaze.git] / tools / perf / util / string.h
index 72812c1..37b0325 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef _PERF_STRING_H_
 #define _PERF_STRING_H_
 
-#include <linux/types.h>
+#include "../types.h"
 
-int hex2u64(const char *ptr, __u64 *val);
+int hex2u64(const char *ptr, u64 *val);
 
 #endif