Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
steve
/
gfs2-3.0-nmw
/
0adc1803880db728fa7f8cbad5b214ab657e5e0d
/
.
/
tools
/
include
/
linux
/
export.h
blob: d07e586b9ba0ec3ddd250d183633c2ddfe4c9d36 [
file
] [
log
] [
blame
]
#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