mirror_ubuntu-kernels/tools/virtio/linux/export.h

4 lines
105 B
C
Raw Normal View History

2024-07-02 00:48:40 +03:00
#define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym
#define EXPORT_SYMBOL(sym) extern typeof(sym) sym