The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
The major number for the driver.
The name of the driver (as seen in /proc/devices).
The &block_device_operations structure pointer.
This function will register a block driver provided the "devfs=only" option was not provided at boot time. Returns 0 on success, else a negative error code on failure.
<<< Previous | Home | Next >>> |
devfs_register_chrdev | Up | devfs_unregister_chrdev |