summaryrefslogtreecommitdiffstats
path: root/backend/devicelock_n810.h
blob: 72aa1db39fc5087f15338eb7f1f18289ea763268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef BACKEND_DEVICELOCK_N810_H_
#define BACKEND_DEVICELOCK_N810_H_

#include "devicelock.h"
#include "fileaccess.h"

struct devicelock_n810 {
	struct devicelock devicelock;

	int switch_state;

	int kb_lock_evdev_fd;
	struct fileaccess *kb_lock_state_file;
	struct fileaccess *kb_disable_file;
	struct fileaccess *ts_disable_file;
};

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