Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild...
[linux-2.6-microblaze.git] / tools / perf / util / string.h
1 #ifndef _PERF_STRING_H_
2 #define _PERF_STRING_H_
3
4 #include <linux/types.h>
5
6 int hex2u64(const char *ptr, __u64 *val);
7
8 #endif