mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 09:22:44 -04:00
9 lines
89 B
C
9 lines
89 B
C
#include <numa.h>
|
|
#include <numaif.h>
|
|
|
|
int main(void)
|
|
{
|
|
numa_available();
|
|
|
|
return 0;
|
|
}
|