Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
lib
/
libdss-include
/
linux
/
kcmp.h
blob: 2dcd1b3aafc80335d510f95a8b1cd62d6ca67143 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_KCMP_H
#define
_LINUX_KCMP_H
/* Comparison type */
enum
kcmp_type
{
KCMP_FILE
,
KCMP_VM
,
KCMP_FILES
,
KCMP_FS
,
KCMP_SIGHAND
,
KCMP_IO
,
KCMP_SYSVSEM
,
KCMP_TYPES
,
};
#endif
/* _LINUX_KCMP_H */