drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / net / ethernet / ti / icssg / icssg_switchdev.h
blob0e64e7760a00a203d2261766ced48a4e77894b9d
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
7 #include "icssg_prueth.h"
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);
13 #endif /* __NET_TI_ICSSG_SWITCHDEV_H */