diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index e7c227d7cb98..656110a46e96 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -635,6 +635,10 @@ struct net_device_ops { | |||
635 | unsigned int sgc); | 635 | unsigned int sgc); |
636 | int (*ndo_fcoe_ddp_done)(struct net_device *dev, | 636 | int (*ndo_fcoe_ddp_done)(struct net_device *dev, |
637 | u16 xid); | 637 | u16 xid); |
638 | #define NETDEV_FCOE_WWNN 0 | ||
639 | #define NETDEV_FCOE_WWPN 1 | ||
640 | int (*ndo_fcoe_get_wwn)(struct net_device *dev, | ||
641 | u64 *wwn, int type); | ||
638 | #endif | 642 | #endif |
639 | }; | 643 | }; |
640 | 644 | ||