root/tools/virtio/linux/export.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym
   2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym
   3 

/* [<][>][^][v][top][bottom][index][help] */