aboutsummaryrefslogtreecommitdiff
path: root/samples/kobject/kset-example.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-24kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman1-0/+278
This is a more complex example showing how to create a kset and a ktype and some default attributes for a group of kobjects. Cc: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>