Files
linux-apfs/tools/perf/util/string.h
T

9 lines
125 B
C
Raw Normal View History

2009-06-01 22:31:03 -03:00
#ifndef _PERF_STRING_H_
#define _PERF_STRING_H_
#include <linux/types.h>
int hex2u64(const char *ptr, __u64 *val);
#endif