CDEV_DEL

Section: Char devices (9)
Updated: February 2011
Index Return to Main Contents
 

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