repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/amd-iommu: Add per IOMMU reference counting
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
string.h
blob
bf39dfadfd24dd00fe845f1c321bf0994ad768b0
1
#ifndef _PERF_STRING_H_
2
#define _PERF_STRING_H_
3
4
#include
"types.h"
5
6
int
hex2u64
(
const char
*
ptr
,
u64
*
val
);
7
8
#define _STR(x) #x
9
#define STR(x) _STR(x)
10
11
#endif