Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dexport.h78 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, DEFAULT_SYMBOL_NAMESPACE) macro
80 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") macro
83 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "")
84 #define EXPORT_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "GPL")