mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 18:59:00 +00: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
|
|
|