introduce struct kobject: simple, generic object for embedding in other structures.
This is not meant to be fancy; just something simple for which we can control the refcount and other common functionality using common code. The basic operations for registration and reference count manipulation are included.
Showing
include/linux/kobject.h
0 → 100644
lib/kobject.c
0 → 100644
Please register or sign in to comment