dev_unlock()

Unlock a device

Synopsis:

#include <sys/io-char.h>

#define dev_unlock(dev)

Arguments:

dev
The device to be unlocked.
Note:
This argument is ignored and unlocking is done on the TTYCTRL structure instead.

Description:

Unlocks the TTYCTRL structure global variable ttyctrl. Requires that TTYCTRL structure is in scope, named as ttyctrl.

Page updated: