Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexport.h63 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, DEFAULT_SYMBOL_NAMESPACE) macro
65 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") macro
68 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "")
69 #define EXPORT_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "GPL")