1. NAME

kfifo_peek_len - gets the size of the next fifo record

2. SYNOPSIS

kfifo_peek_len( fifo );

3. ARGUMENTS

fifo
    address of the fifo to be used

4. DESCRIPTION

This function returns the size of the next fifo record in number of bytes.

5. COPYRIGHT