blob: 22769ca5a5cb3f32031828739ebb93e120177834 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Christopher Ferris05d08e92016-02-04 13:16:38 -08007#ifndef _UAPI_LINUX_KCMP_H
8#define _UAPI_LINUX_KCMP_H
Christopher Ferris1308ad32017-11-14 17:32:13 -08009#include <linux/types.h>
Christopher Ferris05d08e92016-02-04 13:16:38 -080010enum kcmp_type {
11 KCMP_FILE,
Christopher Ferris05d08e92016-02-04 13:16:38 -080012 KCMP_VM,
13 KCMP_FILES,
14 KCMP_FS,
15 KCMP_SIGHAND,
Christopher Ferris05d08e92016-02-04 13:16:38 -080016 KCMP_IO,
17 KCMP_SYSVSEM,
Christopher Ferris1308ad32017-11-14 17:32:13 -080018 KCMP_EPOLL_TFD,
Christopher Ferris05d08e92016-02-04 13:16:38 -080019 KCMP_TYPES,
20};
Christopher Ferris1308ad32017-11-14 17:32:13 -080021struct kcmp_epoll_slot {
22 __u32 efd;
23 __u32 tfd;
24 __u32 toff;
25};
Christopher Ferris05d08e92016-02-04 13:16:38 -080026#endif