hsr_slave.h (9b031c86506cef9acae45e61339fcf9deaabb793) | hsr_slave.h (8f4c0e01789c18674acdf17cae3822b3dc3db715) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright 2011-2014 Autronica Fire and Security AS 3 * 4 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright 2011-2014 Autronica Fire and Security AS 3 * 4 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se |
5 * 6 * include file for HSR and PRP. |
|
5 */ 6 7#ifndef __HSR_SLAVE_H 8#define __HSR_SLAVE_H 9 10#include <linux/skbuff.h> 11#include <linux/netdevice.h> 12#include <linux/rtnetlink.h> --- 21 unchanged lines hidden --- | 7 */ 8 9#ifndef __HSR_SLAVE_H 10#define __HSR_SLAVE_H 11 12#include <linux/skbuff.h> 13#include <linux/netdevice.h> 14#include <linux/rtnetlink.h> --- 21 unchanged lines hidden --- |