Home
last modified time | relevance | path

Searched refs:_EXPORT_SYMBOL (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dexport.h81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… macro
83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") macro
86 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "")
87 #define EXPORT_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "GPL")