Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
d37cd54ebeac37a763fbf303ed25f8a6e98328ff
/
.
/
tools
/
build
/
feature
/
test-libcpupower.c
blob: a346aa332a71d92f4e53b1055b146e63218f121d [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<cpuidle.h>
int
main
(
void
)
{
int
rv
=
cpuidle_state_count
(
0
);
return
rv
;
}