summaryrefslogtreecommitdiffstats
path: root/backend/battery_n810.h
blob: 97aea188489b1ac4cd24e5961d7508764abdc512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef BACKEND_BATTERY_N810_H_
#define BACKEND_BATTERY_N810_H_

#include "battery.h"

struct battery_n810 {
	struct battery battery;

	struct fileaccess *level_file;
	int charge;
};

#endif /* BACKEND_BATTERY_N810_H_ */
bues.ch cgit interface