1. NAME

parport_get_port - increment a portAqs reference count

2. SYNOPSIS

struct parport * parport_get_port(struct parport *  port );

3. ARGUMENTS

port
    the port

4. DESCRIPTION

This ensures that a struct parport pointer remains valid until the matching parport_put_port call.

5. COPYRIGHT