dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add support mipi 1280x800_LCD
hc
2023-03-15
de7d2b82e1d37d435e0b93009a6a472b54b9d6a1
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
tools
/
include
/
linux
/
export.h
1
2
3
4
5
6
7
8
9
10
#ifndef _TOOLS_LINUX_EXPORT_H_
#define _TOOLS_LINUX_EXPORT_H_
#define EXPORT_SYMBOL(sym)
#define EXPORT_SYMBOL_GPL(sym)
#define EXPORT_SYMBOL_GPL_FUTURE(sym)
#define EXPORT_UNUSED_SYMBOL(sym)
#define EXPORT_UNUSED_SYMBOL_GPL(sym)
#endif