diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-11-25 11:11:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-26 18:59:40 -0500 |
commit | fe75820b99ff2de713de23252432f0f9d0ca1d35 (patch) | |
tree | ca03ef31a0e3a5352628038db11c5c61e9341da1 /drivers/net/sfc/falcon.h | |
parent | 55edc6e6ff728681ebc10d418222740705376664 (diff) |
sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/falcon.h')
-rw-r--r-- | drivers/net/sfc/falcon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sfc/falcon.h b/drivers/net/sfc/falcon.h index 61fab0a00cc3..05e51c2a6d8a 100644 --- a/drivers/net/sfc/falcon.h +++ b/drivers/net/sfc/falcon.h | |||
@@ -158,6 +158,7 @@ extern int falcon_probe_nic(struct efx_nic *efx); | |||
158 | extern int falcon_init_nic(struct efx_nic *efx); | 158 | extern int falcon_init_nic(struct efx_nic *efx); |
159 | extern int falcon_flush_queues(struct efx_nic *efx); | 159 | extern int falcon_flush_queues(struct efx_nic *efx); |
160 | extern int falcon_reset_hw(struct efx_nic *efx, enum reset_type method); | 160 | extern int falcon_reset_hw(struct efx_nic *efx, enum reset_type method); |
161 | extern void falcon_monitor(struct efx_nic *efx); | ||
161 | extern void falcon_remove_nic(struct efx_nic *efx); | 162 | extern void falcon_remove_nic(struct efx_nic *efx); |
162 | extern void falcon_update_nic_stats(struct efx_nic *efx); | 163 | extern void falcon_update_nic_stats(struct efx_nic *efx); |
163 | extern void falcon_start_nic_stats(struct efx_nic *efx); | 164 | extern void falcon_start_nic_stats(struct efx_nic *efx); |