Merge tag 'drm-intel-next-fixes-2015-04-25' of git://anongit.freedesktop.org/drm...
[firefly-linux-kernel-4.4.55.git] / tools / build / feature / test-libnuma.c
1 #include <numa.h>
2 #include <numaif.h>
3
4 int main(void)
5 {
6         numa_available();
7
8         return 0;
9 }