Merge branches 'acpica', 'acpi-video' and 'acpi-fan'
[deliverable/linux.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 }
This page took 0.0487 seconds and 5 git commands to generate.