aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dcbnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dcbnl.h')
-rw-r--r--include/net/dcbnl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h
index e5983c9053d..b3cf10d9b82 100644
--- a/include/net/dcbnl.h
+++ b/include/net/dcbnl.h
@@ -31,6 +31,8 @@ struct dcb_app_type {
31u8 dcb_setapp(struct net_device *, struct dcb_app *); 31u8 dcb_setapp(struct net_device *, struct dcb_app *);
32u8 dcb_getapp(struct net_device *, struct dcb_app *); 32u8 dcb_getapp(struct net_device *, struct dcb_app *);
33 33
34int dcbnl_notify(struct net_device *dev, int event, int cmd, u32 seq, u32 pid);
35
34/* 36/*
35 * Ops struct for the netlink callbacks. Used by DCB-enabled drivers through 37 * Ops struct for the netlink callbacks. Used by DCB-enabled drivers through
36 * the netdevice struct. 38 * the netdevice struct.