162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Texas Instruments Ethernet Switch Driver 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef DRIVERS_NET_ETHERNET_TI_CPSW_SWITCHDEV_H_ 762306a36Sopenharmony_ci#define DRIVERS_NET_ETHERNET_TI_CPSW_SWITCHDEV_H_ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#include <net/switchdev.h> 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_cibool cpsw_port_dev_check(const struct net_device *dev); 1262306a36Sopenharmony_ciint cpsw_switchdev_register_notifiers(struct cpsw_common *cpsw); 1362306a36Sopenharmony_civoid cpsw_switchdev_unregister_notifiers(struct cpsw_common *cpsw); 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif /* DRIVERS_NET_ETHERNET_TI_CPSW_SWITCHDEV_H_ */ 16