table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CDEV_ADD(9) | Char devices | CDEV_ADD(9) |
NAME¶
cdev_add - add a char device to the systemSYNOPSIS¶
int
cdev_add(struct cdev * p,
dev_t dev, unsigned count);
ARGUMENTS¶
pthe cdev structure for the device
dev
the first device number for which this device
is responsible
count
the number of consecutive minor numbers
corresponding to this device
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |