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