]> Git Repo - linux.git/blob - tools/virtio/linux/export.h
x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case
[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.029883 seconds and 4 git commands to generate.