Rechercher une page de manuel
unregister_chrdev_region
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
unregister_chrdev_region - return a range of device numbersSYNOPSIS
- void unregister_chrdev_region(dev_t from, unsigned count);
ARGUMENTS
from
- the 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre