netfilter: nf_tables: disallow jump to implicit chain from set element
[platform/kernel/linux-starfive.git] / include / net / firewire.h
index 299e5df..8fbff8d 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef _NET_FIREWIRE_H
 #define _NET_FIREWIRE_H
 
+#include <linux/types.h>
+
 /* Pseudo L2 address */
 #define FWNET_ALEN     16
 union fwnet_hwaddr {
@@ -11,8 +13,7 @@ union fwnet_hwaddr {
                __be64 uniq_id;         /* EUI-64                       */
                u8 max_rec;             /* max packet size              */
                u8 sspd;                /* max speed                    */
-               __be16 fifo_hi;         /* hi 16bits of FIFO addr       */
-               __be32 fifo_lo;         /* lo 32bits of FIFO addr       */
+               u8 fifo[6];             /* FIFO addr                    */
        } __packed uc;
 };