Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7f427d3a6029331304f91ef4d7cf646f054216d2
/
.
/
tools
/
power
/
cpupower
/
lib
/
cpupower_intern.h
blob: f8ec4009621ca2139226df4b62e702a103ca5f07 [
file
] [
log
] [
blame
]
Thomas Renninger
ac5a181
2016-04-28 15:24:40 +0200
[
diff
] [
blame
]
1
#define
PATH_TO_CPU
"/sys/devices/system/cpu/"
2
#define
MAX_LINE_LEN
4096
3
#define
SYSFS_PATH_MAX
255
4
5
unsigned
int
sysfs_read_file
(
const
char
*
path
,
char
*
buf
,
size_t
buflen
);