diff options
Diffstat (limited to 'include/net/dcbnl.h')
-rw-r--r-- | include/net/dcbnl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index c65347b3cbbf..a8e7852b10ab 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h | |||
@@ -70,11 +70,14 @@ struct dcbnl_rtnl_ops { | |||
70 | void (*setbcnrp)(struct net_device *, int, u8); | 70 | void (*setbcnrp)(struct net_device *, int, u8); |
71 | u8 (*setapp)(struct net_device *, u8, u16, u8); | 71 | u8 (*setapp)(struct net_device *, u8, u16, u8); |
72 | u8 (*getapp)(struct net_device *, u8, u16); | 72 | u8 (*getapp)(struct net_device *, u8, u16); |
73 | u8 (*getfeatcfg)(struct net_device *, int, u8 *); | ||
74 | u8 (*setfeatcfg)(struct net_device *, int, u8); | ||
73 | 75 | ||
74 | /* DCBX configuration */ | 76 | /* DCBX configuration */ |
75 | u8 (*getdcbx)(struct net_device *); | 77 | u8 (*getdcbx)(struct net_device *); |
76 | u8 (*setdcbx)(struct net_device *, u8); | 78 | u8 (*setdcbx)(struct net_device *, u8); |
77 | 79 | ||
80 | |||
78 | }; | 81 | }; |
79 | 82 | ||
80 | #endif /* __NET_DCBNL_H__ */ | 83 | #endif /* __NET_DCBNL_H__ */ |