1. NAME

wakeup_readers - wake up readers waiting on a channel

2. SYNOPSIS

void wakeup_readers(unsigned long  data );

3. ARGUMENTS

data
    contains the channel buffer

4. DESCRIPTION

This is the timer function used to defer reader waking.

5. COPYRIGHT