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