perf_counter tools: Define and use our own u64, s64 etc. definitions
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / tools / perf / util / string.h
blob37b03255b425f4ac0e055e4ca8532050b40564e5
1 #ifndef _PERF_STRING_H_
2 #define _PERF_STRING_H_
4 #include "../types.h"
6 int hex2u64(const char *ptr, u64 *val);
8 #endif