summaryrefslogtreecommitdiffstats
path: root/backend/devicelock_dummy.h
blob: 1d8439f3e12575fbfa386fd45427481045deda96 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef BACKEND_DEVICELOCK_DUMMY_H_
#define BACKEND_DEVICELOCK_DUMMY_H_

#include "devicelock.h"

struct devicelock_dummy {
	struct devicelock devicelock;
};

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