1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Copyright 2011-2013 Autronica Fire and Security AS
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the Free
7 * Software Foundation; either version 2 of the License, or (at your option)
11 * 2011-2013 Arvid Brodin, arvid.brodin@xdin.com
14 #ifndef __UAPI_HSR_NETLINK_H
15 #define __UAPI_HSR_NETLINK_H
17 /* Generic Netlink HSR family definition
20 /* attributes for HSR or PRP node */
35 #define HSR_A_MAX (__HSR_A_MAX - 1)
43 HSR_C_GET_NODE_STATUS
,
44 HSR_C_SET_NODE_STATUS
,
49 #define HSR_C_MAX (__HSR_C_MAX - 1)
51 #endif /* __UAPI_HSR_NETLINK_H */