xref: /linux/tools/virtio/linux/export.h (revision cf4fd52e323604ccfa8390917593e1fb965653ee)
1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym
3 
4