Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
9557c3cfdaa792c7db04b86f47b5dd1e6dc5ec4f
/
.
/
tools
/
power
/
cpupower
/
lib
/
cpupower_intern.h
blob: f8ec4009621ca2139226df4b62e702a103ca5f07 [
file
] [
log
] [
blame
]
#define
PATH_TO_CPU
"/sys/devices/system/cpu/"
#define
MAX_LINE_LEN
4096
#define
SYSFS_PATH_MAX
255
unsigned
int
sysfs_read_file
(
const
char
*
path
,
char
*
buf
,
size_t
buflen
);