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
perf stat: Fix duplicate PMU name for interval print
[linux/fpc-iii.git]
/
tools
/
include
/
asm
/
export.h
blob
2cb1a0d8303550a4c487c816bf7780dc1fa71cb6
1
#ifndef _TOOLS_ASM_EXPORT_H
2
#define _TOOLS_ASM_EXPORT_H
3
4
#define EXPORT_SYMBOL(x)
5
#define EXPORT_SYMBOL_GPL(x)
6
7
#endif
/* _TOOLS_ASM_EXPORT_H */