table of contents
other versions
- wheezy 3.2.78-1
| REGISTER_CHRDEV_REGI(9) | Char devices | REGISTER_CHRDEV_REGI(9) |
NAME¶
register_chrdev_region - register a range of device numbersSYNOPSIS¶
int
register_chrdev_region(dev_t from,
unsigned count,
const char * name);
ARGUMENTS¶
fromthe first in the desired range of device
numbers; must include the major number.
count
the number of consecutive device numbers
required
name
the name of the device or driver.
DESCRIPTION¶
Return value is zero on success, a negative error code on failure.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |