blob: e410e57b98809fd3510d6dd00fbbb6e1c2392350 [file] [log] [blame]
Christopher Ferris38062f92014-07-09 15:33:25 -07001/****************************************************************************
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 {
Tao Baod7db5942015-01-28 10:07:51 -080022 HSR_A_UNSPEC,
Tao Baod7db5942015-01-28 10:07:51 -080023 HSR_A_NODE_ADDR,
24 HSR_A_IFINDEX,
25 HSR_A_IF1_AGE,
26 HSR_A_IF2_AGE,
Tao Baod7db5942015-01-28 10:07:51 -080027 HSR_A_NODE_ADDR_B,
28 HSR_A_IF1_SEQ,
29 HSR_A_IF2_SEQ,
30 HSR_A_IF1_IFINDEX,
Tao Baod7db5942015-01-28 10:07:51 -080031 HSR_A_IF2_IFINDEX,
32 HSR_A_ADDR_B_IFINDEX,
33 __HSR_A_MAX,
Christopher Ferris38062f92014-07-09 15:33:25 -070034};
Christopher Ferris38062f92014-07-09 15:33:25 -070035#define HSR_A_MAX (__HSR_A_MAX - 1)
36enum {
Tao Baod7db5942015-01-28 10:07:51 -080037 HSR_C_UNSPEC,
38 HSR_C_RING_ERROR,
Tao Baod7db5942015-01-28 10:07:51 -080039 HSR_C_NODE_DOWN,
40 HSR_C_GET_NODE_STATUS,
41 HSR_C_SET_NODE_STATUS,
42 HSR_C_GET_NODE_LIST,
Tao Baod7db5942015-01-28 10:07:51 -080043 HSR_C_SET_NODE_LIST,
44 __HSR_C_MAX,
Christopher Ferris38062f92014-07-09 15:33:25 -070045};
46#define HSR_C_MAX (__HSR_C_MAX - 1)
Christopher Ferris38062f92014-07-09 15:33:25 -070047#endif