/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Copyright 2011-2013 Autronica Fire and Security AS * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * Author(s): * 2011-2013 Arvid Brodin, [email protected] */ #ifndef __UAPI_HSR_NETLINK_H #define __UAPI_HSR_NETLINK_H /* Generic Netlink HSR family definition */ /* attributes for HSR or PRP node */ enum { … }; #define HSR_A_MAX … /* commands */ enum { … }; #define HSR_C_MAX … #endif /* __UAPI_HSR_NETLINK_H */