summaryrefslogtreecommitdiff
path: root/include/linux/if_hsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/if_hsr.h')
-rw-r--r--include/linux/if_hsr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/if_hsr.h b/include/linux/if_hsr.h
index 408539d5ea5f..0404f5bf4f30 100644
--- a/include/linux/if_hsr.h
+++ b/include/linux/if_hsr.h
@@ -2,6 +2,10 @@
#ifndef _LINUX_IF_HSR_H_
#define _LINUX_IF_HSR_H_
+#include <linux/types.h>
+
+struct net_device;
+
/* used to differentiate various protocols */
enum hsr_version {
HSR_V0 = 0,