]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/virtio/linux/export.h
Merge tag 'mvebu-soc-4.4-2' of git://git.infradead.org/linux-mvebu into next/soc
[karo-tx-linux.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