1DECLARE_KFIFO_PTR(9) FIFO Buffer DECLARE_KFIFO_PTR(9)
23
4
NAME
6DECLARE_KFIFO_PTR - macro to declare a fifo pointer object
7
SYNOPSIS
9DECLARE_KFIFO_PTR(fifo, type);
10
ARGUMENTS
12fifo
13name of the declared fifo
1415
type
16type of the fifo elements
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 DECLARE_KFIFO_PTR(9)