xref: /linux/drivers/net/ethernet/ti/icssg/icssg_switchdev.h (revision 6e7fd890f1d6ac83805409e9c346240de2705584)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
3  */
4 #ifndef __NET_TI_ICSSG_SWITCHDEV_H
5 #define __NET_TI_ICSSG_SWITCHDEV_H
6 
7 #include "icssg_prueth.h"
8 
9 int prueth_switchdev_register_notifiers(struct prueth *prueth);
10 void prueth_switchdev_unregister_notifiers(struct prueth *prueth);
11 bool prueth_dev_check(const struct net_device *ndev);
12 
13 #endif /* __NET_TI_ICSSG_SWITCHDEV_H */
14