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

#include <raid_class.h>

Data Fields

voidcookie
 
int(* is_raid )(struct device *)
 
void(* get_resync )(struct device *)
 
void(* get_state )(struct device *)
 

Detailed Description

Definition at line 14 of file raid_class.h.

Field Documentation

void* cookie

Definition at line 15 of file raid_class.h.

void(* get_resync)(struct device *)

Definition at line 17 of file raid_class.h.

void(* get_state)(struct device *)

Definition at line 18 of file raid_class.h.

int(* is_raid)(struct device *)

Definition at line 16 of file raid_class.h.


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