]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/if_macvlan.h
ENGR00286426-7 usb: phy: add notify suspend and resume callback
[karo-tx-linux.git] / include / linux / if_macvlan.h
index a9a53b12397b0c4fd29a11cbf5f9cbbd18944fd8..6b2c7cf352a5582aff86da52f4feac7ae7d208e4 100644 (file)
@@ -57,6 +57,9 @@ struct macvlan_dev {
        netdev_features_t       tap_features;
        int                     minor;
        int                     nest_level;
+#ifdef CONFIG_NET_POLL_CONTROLLER
+       struct netpoll          *netpoll;
+#endif
 };
 
 static inline void macvlan_count_rx(const struct macvlan_dev *vlan,