1PARPORT_PUT_PORT(9) Parallel Port Devices PARPORT_PUT_PORT(9)
23
4
NAME
6parport_put_port - decrement a port´s reference count
7
SYNOPSIS
9void parport_put_port(struct parport * port);
10
ARGUMENTS
12port
13the port
14
DESCRIPTION
16This should be called once for each call to parport_get_port, once the
17port is no longer needed.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 PARPORT_PUT_PORT(9)