]> Pileus Git - ~andy/linux/blobdiff - include/net/dcbnl.h
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / include / net / dcbnl.h
index ab7d623a27936af4ac7d16c6712a86b900c00071..a8e7852b10abf705a7c7db5385b34a6d1a6a058e 100644 (file)
@@ -70,6 +70,14 @@ struct dcbnl_rtnl_ops {
        void (*setbcnrp)(struct net_device *, int, u8);
        u8   (*setapp)(struct net_device *, u8, u16, u8);
        u8   (*getapp)(struct net_device *, u8, u16);
+       u8   (*getfeatcfg)(struct net_device *, int, u8 *);
+       u8   (*setfeatcfg)(struct net_device *, int, u8);
+
+       /* DCBX configuration */
+       u8   (*getdcbx)(struct net_device *);
+       u8   (*setdcbx)(struct net_device *, u8);
+
+
 };
 
 #endif /* __NET_DCBNL_H__ */