mirror of
https://github.com/xenia-project/linux.git
synced 2026-01-31 01:35:30 +01:00
4 lines
105 B
C
4 lines
105 B
C
#define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym
|
|
#define EXPORT_SYMBOL(sym) extern typeof(sym) sym
|
|
|