Merge tag 'drm/tegra/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linux into...
[deliverable/linux.git] / tools / virtio / linux / export.h
1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym
3
This page took 0.032899 seconds and 6 git commands to generate.