Merge tag 'mvebu-config-4.4-1' of git://git.infradead.org/linux-mvebu into next/defconfig
[firefly-linux-kernel-4.4.55.git] / tools / virtio / linux / export.h
1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym
3