repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git]
/
tools
/
include
/
linux
/
export.h
blob
acb6f4daa2f0b48481714aea4470eb15ea679873
1
#ifndef _TOOLS_LINUX_EXPORT_H_
2
#define _TOOLS_LINUX_EXPORT_H_
3
4
#define EXPORT_SYMBOL(sym)
5
#define EXPORT_SYMBOL_GPL(sym)
6
7
#endif