kick()

Kick the output driver into life

Synopsis:

#include <sys/io-char.h>

void kick(TTYDEV *dev);

Arguments:

dev
A pointer to the structure that represents the specific device that data has been received on.

Description:

This function kicks the output driver into life if it was idle.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

TTYDEV, tti(), tto()