table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CLASS_DESTROY(9) | Device drivers infrastructure | CLASS_DESTROY(9) |
NAME¶
class_destroy - destroys a struct class structureSYNOPSIS¶
void
class_destroy(struct class * cls);
ARGUMENTS¶
clspointer to the struct class that is to be
destroyed
DESCRIPTION¶
Note, the pointer to be destroyed must have been created with a call to class_create.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |