1. NAME

DECLARE_KFIFO - macro to declare a fifo object

2. SYNOPSIS

DECLARE_KFIFO( fifo , type , size );

3. ARGUMENTS

fifo
    name of the declared fifo

type
    type of the fifo elements

size
    the number of elements in the fifo, this must be a power of 2

4. COPYRIGHT