1. NAME

DECLARE_KFIFO_PTR - macro to declare a fifo pointer object

2. SYNOPSIS

DECLARE_KFIFO_PTR( fifo , type );

3. ARGUMENTS

fifo
    name of the declared fifo

type
    type of the fifo elements

4. COPYRIGHT