Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cthw20k1.h
Go to the documentation of this file.
1 
18 #ifndef CTHW20K1_H
19 #define CTHW20K1_H
20 
21 #include "cthardware.h"
22 
23 int create_20k1_hw_obj(struct hw **rhw);
24 int destroy_20k1_hw_obj(struct hw *hw);
25 
26 #endif /* CTHW20K1_H */