Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca
/
.
/
tools
/
lib
/
api
/
cpu.h
blob: 81e9d3955961ef6533919a8494c2f81a8152a99e [
file
] [
log
] [
blame
]
Arnaldo Carvalho de Melo
09f6acf
2015-09-10 12:20:14 -0300
[
diff
] [
blame
]
1
#ifndef
__API_CPU__
2
#define
__API_CPU__
3
4
int
cpu__get_max_freq
(
unsigned
long
long
*
freq
);
5
6
#endif
/* __API_CPU__ */