xref: /openbmc/linux/drivers/net/ethernet/sfc/ef100_netdev.h (revision 98ff4c7c8ac7f5339aac6114105395fea19f992e)
151b35a45SEdward Cree /* SPDX-License-Identifier: GPL-2.0-only */
251b35a45SEdward Cree /****************************************************************************
351b35a45SEdward Cree  * Driver for Solarflare network controllers and boards
451b35a45SEdward Cree  * Copyright 2018 Solarflare Communications Inc.
551b35a45SEdward Cree  * Copyright 2019-2020 Xilinx Inc.
651b35a45SEdward Cree  *
751b35a45SEdward Cree  * This program is free software; you can redistribute it and/or modify it
851b35a45SEdward Cree  * under the terms of the GNU General Public License version 2 as published
951b35a45SEdward Cree  * by the Free Software Foundation, incorporated herein by reference.
1051b35a45SEdward Cree  */
1151b35a45SEdward Cree 
1251b35a45SEdward Cree #include <linux/netdevice.h>
1351b35a45SEdward Cree 
1451b35a45SEdward Cree int ef100_netdev_event(struct notifier_block *this,
1551b35a45SEdward Cree 		       unsigned long event, void *ptr);
16*98ff4c7cSJonathan Cooper int ef100_probe_netdev(struct efx_probe_data *probe_data);
17*98ff4c7cSJonathan Cooper void ef100_remove_netdev(struct efx_probe_data *probe_data);
18