Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
kcmp.h
Go to the documentation of this file.
1 #ifndef _LINUX_KCMP_H
2 #define _LINUX_KCMP_H
3 
4 /* Comparison type */
5 enum kcmp_type {
13 
15 };
16 
17 #endif /* _LINUX_KCMP_H */