Cross Reference: test-libnuma.c
xref
: /
linux-4.1.27
/
tools
/
build
/
feature
/
test-libnuma.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/linux-4.1.27/tools/build/feature/
1
#
include
<
numa.h
>
2
#
include
<
numaif.h
>
3
4
int
main
(
void
)
5
{
6
numa_available
();
7
8
return
0;
9
}
10