diff options
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 96acb14ec1a8..541fb514e31d 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -515,6 +515,8 @@ struct dsa_switch_ops { | |||
515 | bool ingress); | 515 | bool ingress); |
516 | void (*port_mirror_del)(struct dsa_switch *ds, int port, | 516 | void (*port_mirror_del)(struct dsa_switch *ds, int port, |
517 | struct dsa_mall_mirror_tc_entry *mirror); | 517 | struct dsa_mall_mirror_tc_entry *mirror); |
518 | int (*port_setup_tc)(struct dsa_switch *ds, int port, | ||
519 | enum tc_setup_type type, void *type_data); | ||
518 | 520 | ||
519 | /* | 521 | /* |
520 | * Cross-chip operations | 522 | * Cross-chip operations |