ktype

作者: 睦Q | 来源:发表于2019-03-19 10:08 被阅读0次

    Ktypes have the simple job of describing default behavior for a family of kobjects.

    struct kobj_type {

    void (*release)(structkobject *);

    const struct sysfs_ops*sysfs_ops; //sysfs中的操作

    struct attribute**default_attrs; //对应sysfs中的文件

    };

    相关文章

      网友评论

          本文标题:ktype

          本文链接:https://www.haomeiwen.com/subject/dpgwmqtx.html