1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com 3 */ 4 5 #ifndef __NET_TI_ICSSM_SWITCHDEV_H 6 #define __NET_TI_ICSSM_SWITCHDEV_H 7 8 #include "icssm_prueth.h" 9 10 int icssm_prueth_sw_register_notifiers(struct prueth *prueth); 11 void icssm_prueth_sw_unregister_notifiers(struct prueth *prueth); 12 bool icssm_prueth_sw_port_dev_check(const struct net_device *ndev); 13 #endif /* __NET_TI_ICSSM_SWITCHDEV_H */ 14