Scroll to navigation

CDEV_DEL(9) Char devices CDEV_DEL(9)

NAME

cdev_del - remove a cdev from the system

SYNOPSIS

void cdev_del(struct cdev * p);

ARGUMENTS

struct cdev * p
the cdev structure to be removed

DESCRIPTION

cdev_del removes p from the system, possibly freeing the structure itself.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11