Blackfin: add ICPLB coverage for async banks
[firefly-linux-kernel-4.4.55.git] / include / net / dcbnl.h
index 775cfc8055bed122d9e54f30b83c186cccf3a185..b36ac7e0914d2f3ac1fdabf7ae85987af610fed7 100644 (file)
@@ -48,6 +48,8 @@ struct dcbnl_rtnl_ops {
        void (*setbcncfg)(struct net_device *, int, u32);
        void (*getbcnrp)(struct net_device *, int, u8 *);
        void (*setbcnrp)(struct net_device *, int, u8);
+       u8   (*setapp)(struct net_device *, u8, u16, u8);
+       u8   (*getapp)(struct net_device *, u8, u16);
 };
 
 #endif /* __NET_DCBNL_H__ */