mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
3 lines
105 B
C
3 lines
105 B
C
#define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym
|
|
#define EXPORT_SYMBOL(sym) extern typeof(sym) sym
|
|
|