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
21enum {
22  HSR_A_UNSPEC,
23  HSR_A_NODE_ADDR,
24  HSR_A_IFINDEX,
25  HSR_A_IF1_AGE,
26  HSR_A_IF2_AGE,
27  HSR_A_NODE_ADDR_B,
28  HSR_A_IF1_SEQ,
29  HSR_A_IF2_SEQ,
30  HSR_A_IF1_IFINDEX,
31  HSR_A_IF2_IFINDEX,
32  HSR_A_ADDR_B_IFINDEX,
33  __HSR_A_MAX,
34};
35#define HSR_A_MAX (__HSR_A_MAX - 1)
36enum {
37  HSR_C_UNSPEC,
38  HSR_C_RING_ERROR,
39  HSR_C_NODE_DOWN,
40  HSR_C_GET_NODE_STATUS,
41  HSR_C_SET_NODE_STATUS,
42  HSR_C_GET_NODE_LIST,
43  HSR_C_SET_NODE_LIST,
44  __HSR_C_MAX,
45};
46#define HSR_C_MAX (__HSR_C_MAX - 1)
47#endif
48