mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-13 20:13:12 +02:00
11 lines
125 B
C
11 lines
125 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include <numa.h>
|
|
#include <numaif.h>
|
|
|
|
int main(void)
|
|
{
|
|
numa_available();
|
|
|
|
return 0;
|
|
}
|