Writing Device Drivers

Adding Polling to the State Structure

This section adds the following field to the state structure. See "Software State Structure" for more information.

	struct pollhead pollhead;		/* for chpoll(9E)/pollwakeup(9F) */