DECLARE_KFIFO (9) Linux Manual Page
DECLARE_KFIFO – macro to declare a fifo object
Synopsis
- DECLARE_KFIFO(fifo, type, size);
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
