summaryrefslogtreecommitdiffstats
path: root/src/lock.h
blob: cd201a09a5bea78639849253430592fc0f0b3e9c (plain)
1
2
3
4
5
6
7
#ifndef foolockhfoo
#define foolockhfoo

int device_lock(const char *dev);
int device_unlock(const char *dev);

#endif