cdev_del (9) - Linux Manuals
cdev_del: remove a cdev from the system
Command to display cdev_del
manual in Linux: $ man 9 cdev_del
NAME
cdev_del - remove a cdev from the system
SYNOPSIS
-
void cdev_del(struct cdev * p);
ARGUMENTS
p
-
- the cdev structure to be removed
DESCRIPTION
cdev_del
removes
p
from the system, possibly freeing the structure itself.
COPYRIGHT
Pages related to cdev_del