mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00: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
|
|
|