diff options
Diffstat (limited to 'include/net/dcbnl.h')
-rw-r--r-- | include/net/dcbnl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index 0ef0c5a46d8b..183ed040cf4c 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h | |||
@@ -39,6 +39,7 @@ struct dcbnl_rtnl_ops { | |||
39 | void (*setpfccfg)(struct net_device *, int, u8); | 39 | void (*setpfccfg)(struct net_device *, int, u8); |
40 | void (*getpfccfg)(struct net_device *, int, u8 *); | 40 | void (*getpfccfg)(struct net_device *, int, u8 *); |
41 | u8 (*setall)(struct net_device *); | 41 | u8 (*setall)(struct net_device *); |
42 | u8 (*getcap)(struct net_device *, int, u8 *); | ||
42 | }; | 43 | }; |
43 | 44 | ||
44 | #endif /* __NET_DCBNL_H__ */ | 45 | #endif /* __NET_DCBNL_H__ */ |