Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / net / ethernet / sfc / siena / mcdi_port.h
blob7b4ae250b51f80db82d081ac8dbecff6bd1965c2
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /****************************************************************************
3 * Driver for Solarflare network controllers and boards
4 * Copyright 2008-2013 Solarflare Communications Inc.
5 * Copyright 2019-2020 Xilinx Inc.
6 */
8 #ifndef EFX_MCDI_PORT_H
9 #define EFX_MCDI_PORT_H
11 #include "net_driver.h"
13 bool efx_siena_mcdi_mac_check_fault(struct efx_nic *efx);
14 int efx_siena_mcdi_port_probe(struct efx_nic *efx);
15 void efx_siena_mcdi_port_remove(struct efx_nic *efx);
17 #endif /* EFX_MCDI_PORT_H */