Home | History | Annotate | Download | only in linux
      1 /****************************************************************************
      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_HSR_NETLINK_H
     20 #define __UAPI_HSR_NETLINK_H
     21 enum {
     22  HSR_A_UNSPEC,
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24  HSR_A_NODE_ADDR,
     25  HSR_A_IFINDEX,
     26  HSR_A_IF1_AGE,
     27  HSR_A_IF2_AGE,
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29  HSR_A_NODE_ADDR_B,
     30  HSR_A_IF1_SEQ,
     31  HSR_A_IF2_SEQ,
     32  HSR_A_IF1_IFINDEX,
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34  HSR_A_IF2_IFINDEX,
     35  HSR_A_ADDR_B_IFINDEX,
     36  __HSR_A_MAX,
     37 };
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39 #define HSR_A_MAX (__HSR_A_MAX - 1)
     40 enum {
     41  HSR_C_UNSPEC,
     42  HSR_C_RING_ERROR,
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44  HSR_C_NODE_DOWN,
     45  HSR_C_GET_NODE_STATUS,
     46  HSR_C_SET_NODE_STATUS,
     47  HSR_C_GET_NODE_LIST,
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49  HSR_C_SET_NODE_LIST,
     50  __HSR_C_MAX,
     51 };
     52 #define HSR_C_MAX (__HSR_C_MAX - 1)
     53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     54 #endif
     55