table of contents
CLASS_DESTROY(9) | Device drivers infrastructure | CLASS_DESTROY(9) |
NAME¶
class_destroy - destroys a struct class structure
SYNOPSIS¶
void class_destroy(struct class * cls);
ARGUMENTS¶
cls
pointer 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¶
May 2024 | Kernel Hackers Manual 2.6. |