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

#include <module.h>

Data Fields

struct attribute attr
 
ssize_t(* show )(struct module_attribute *, struct module_kobject *, char *)
 
ssize_t(* store )(struct module_attribute *, struct module_kobject *, const char *, size_t count)
 
void(* setup )(struct module *, const char *)
 
int(* test )(struct module *)
 
void(* free )(struct module *)
 

Detailed Description

Definition at line 47 of file module.h.

Field Documentation

Definition at line 48 of file module.h.

void(* free)(struct module *)

Definition at line 55 of file module.h.

Definition at line 53 of file module.h.

Definition at line 49 of file module.h.

Definition at line 51 of file module.h.

int(* test)(struct module *)

Definition at line 54 of file module.h.


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