comedi_unlock - subdevice reservation
#include <comedilib.h>
int comedi_unlock (comedi_t * device, unsigned int subdevice);
The function comedi_unlock() released a subdevice lock acquired by
comedi_lock(). If sucessful, 0 is returned, otherwise -1.
28 October 2007