1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Microchip Sparx5 Switch driver
3  *
4  * Copyright (c) 2022 Microchip Technology Inc. and its subsidiaries.
5  */
6 
7 #ifndef __SPARX5_TC_H__
8 #define __SPARX5_TC_H__
9 
10 #include <linux/netdevice.h>
11 
12 int sparx5_port_setup_tc(struct net_device *ndev, enum tc_setup_type type,
13 			 void *type_data);
14 
15 #endif	/* __SPARX5_TC_H__ */
16