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