blob: b3aa59f8b3cb09665b0ece50988ef9f5a51c9cf3 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Ingo Molnar3ae069c2013-09-30 13:37:10 +02002#include <numa.h>
3#include <numaif.h>
4
5int main(void)
6{
7 numa_available();
Ingo Molnar20c99e82013-10-07 13:27:23 +02008
Ingo Molnar3ae069c2013-09-30 13:37:10 +02009 return 0;
10}