repo.or.cz
/
cmplus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: cpu topology: Add debugfs interface for cpu_power
[cmplus.git]
/
include
/
linux
/
blx.h
blob
7fa45fcff1698d3570c12a691bcaa9f172cffc1f
1
/* include/linux/blx.h */
2
3
#ifndef _LINUX_BLX_H
4
#define _LINUX_BLX_H
5
6
#define MAX_CHARGINGLIMIT 100
7
8
int
get_charginglimit
(
void
);
9
10
#endif