blob: 187b4b99852315f62183ce0eca2b0b4da3ceca24 [file] [log] [blame]
Christopher Ferris05d08e92016-02-04 13:16:38 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _UAPI_LINUX_ILA_H
20#define _UAPI_LINUX_ILA_H
Christopher Ferris106b3a82016-08-24 12:15:38 -070021#define ILA_GENL_NAME "ila"
22#define ILA_GENL_VERSION 0x1
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080024enum {
25 ILA_ATTR_UNSPEC,
Christopher Ferris05d08e92016-02-04 13:16:38 -080026 ILA_ATTR_LOCATOR,
Christopher Ferris106b3a82016-08-24 12:15:38 -070027 ILA_ATTR_IDENTIFIER,
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29 ILA_ATTR_LOCATOR_MATCH,
30 ILA_ATTR_IFINDEX,
31 ILA_ATTR_DIR,
32 ILA_ATTR_PAD,
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34 ILA_ATTR_CSUM_MODE,
Christopher Ferris05d08e92016-02-04 13:16:38 -080035 __ILA_ATTR_MAX,
36};
37#define ILA_ATTR_MAX (__ILA_ATTR_MAX - 1)
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris106b3a82016-08-24 12:15:38 -070039enum {
40 ILA_CMD_UNSPEC,
41 ILA_CMD_ADD,
42 ILA_CMD_DEL,
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 ILA_CMD_GET,
45 __ILA_CMD_MAX,
46};
47#define ILA_CMD_MAX (__ILA_CMD_MAX - 1)
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49#define ILA_DIR_IN (1 << 0)
50#define ILA_DIR_OUT (1 << 1)
51enum {
52 ILA_CSUM_ADJUST_TRANSPORT,
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54 ILA_CSUM_NEUTRAL_MAP,
55 ILA_CSUM_NO_ACTION,
56};
Christopher Ferris05d08e92016-02-04 13:16:38 -080057#endif
Christopher Ferris106b3a82016-08-24 12:15:38 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */