1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
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 */