Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
foo_attribute Struct Reference

Data Fields

struct attribute attr
 
ssize_t(* show )(struct foo_obj *foo, struct foo_attribute *attr, char *buf)
 
ssize_t(* store )(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count)
 

Detailed Description

Definition at line 40 of file kset-example.c.

Field Documentation

Definition at line 41 of file kset-example.c.

Definition at line 42 of file kset-example.c.

Definition at line 43 of file kset-example.c.


The documentation for this struct was generated from the following file: