mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-29 11:01:01 +00:00
9 lines
125 B
C
9 lines
125 B
C
|
|
#ifndef _PERF_STRING_H_
|
||
|
|
#define _PERF_STRING_H_
|
||
|
|
|
||
|
|
#include <linux/types.h>
|
||
|
|
|
||
|
|
int hex2u64(const char *ptr, __u64 *val);
|
||
|
|
|
||
|
|
#endif
|