14 lines · c
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_H5#define __NET_TI_ICSSG_SWITCHDEV_H6 7#include "icssg_prueth.h"8 9int prueth_switchdev_register_notifiers(struct prueth *prueth);10void prueth_switchdev_unregister_notifiers(struct prueth *prueth);11bool prueth_dev_check(const struct net_device *ndev);12 13#endif /* __NET_TI_ICSSG_SWITCHDEV_H */14