table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| UNREGISTER_CHRDEV_RE(9) | Char devices | UNREGISTER_CHRDEV_RE(9) |
NAME¶
unregister_chrdev_region - return a range of device numbersSYNOPSIS¶
void
unregister_chrdev_region(dev_t from,
unsigned count);
ARGUMENTS¶
fromthe first in the range of numbers to
unregister
count
the number of device numbers to
unregister
DESCRIPTION¶
This function will unregister a range of count device numbers, starting with from. The caller should normally be the one who allocated those numbers in the first place...COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |