1CDEV_INIT(9) Char devices CDEV_INIT(9)
23
4
NAME
6cdev_init - initialize a cdev structure
7
SYNOPSIS
9void cdev_init(struct cdev * cdev,
10const struct file_operations * fops);
11
ARGUMENTS
13cdev
14the structure to initialize
1516
fops
17the file_operations for this device
18
DESCRIPTION
20Initializes cdev, remembering fops, making it ready to add to the
21system with cdev_add.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 CDEV_INIT(9)