Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
phy
/
linux-phy
/
a22d3b0d49d411e64ed07e30c2095035ecb30ed2
/
.
/
tools
/
build
/
feature
/
test-libnuma.c
blob: b3aa59f8b3cb09665b0ece50988ef9f5a51c9cf3 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<numa.h>
#include
<numaif.h>
int
main
(
void
)
{
numa_available
();
return
0
;
}