mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
ddab2c0eaf
more stubs, mostly Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
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
|
|
|