Man Page: unregister_chrdev_region
Operating Environment: suse
Section: 9
UNREGISTER_CHRDEV_RE(9) Char devices UNREGISTER_CHRDEV_RE(9)NAMEunregister_chrdev_region - return a range of device numbersSYNOPSISvoid unregister_chrdev_region(dev_t from, unsigned count);ARGUMENTSfrom the first in the range of numbers to unregister count the number of device numbers to unregisterDESCRIPTIONThis 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...COPYRIGHTKernel Hackers Manual 2.6. July 2010 UNREGISTER_CHRDEV_RE(9)
| Related Man Pages |
|---|
| devclass(9) - debian |
| srandom(9) - debian |
| minor(3) - freebsd |
| arc4rand(9) - freebsd |
| devclass(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Kernel panics : trying to write / read on tiny tty driver |