repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmacpi: zero-initialize buffer in order to avoid reading garbage in strtol.
[dockapps.git]
/
wmacpi
/
wmacpi.h
blob
a49acdf5edbd037c731b839f38fad3fb226ef80f
1
#ifndef _WMACPI_H_
2
#define _WMACPI_H_
3
4
#include
"libacpi.h"
5
6
/* we need to make these available generally. */
7
int
battery_no
;
8
9
#endif
/* _WMACPI_H_ */