1. NAME

parport_announce_port - tell device drivers about a parallel port

2. SYNOPSIS

void parport_announce_port(struct parport *  port );

3. ARGUMENTS

port
    parallel port to announce

4. DESCRIPTION

After a port driver has registered a parallel port with parport_register_port, and performed any necessary initialisation or adjustments, it should call parport_announce_port in order to notify all device drivers that have called parport_register_driver. Their attach functions will be called, with port as the parameter.

5. COPYRIGHT