kcmp.h 229 B

1234567891011121314151617
  1. #ifndef _UAPI_LINUX_KCMP_H
  2. #define _UAPI_LINUX_KCMP_H
  3. /* Comparison type */
  4. enum kcmp_type {
  5. KCMP_FILE,
  6. KCMP_VM,
  7. KCMP_FILES,
  8. KCMP_FS,
  9. KCMP_SIGHAND,
  10. KCMP_IO,
  11. KCMP_SYSVSEM,
  12. KCMP_TYPES,
  13. };
  14. #endif /* _UAPI_LINUX_KCMP_H */