diff options
Diffstat (limited to 'drivers/net/sfc/falcon.h')
-rw-r--r-- | drivers/net/sfc/falcon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/sfc/falcon.h b/drivers/net/sfc/falcon.h index 41b388b65996..30d61e48ac60 100644 --- a/drivers/net/sfc/falcon.h +++ b/drivers/net/sfc/falcon.h | |||
@@ -93,6 +93,12 @@ extern void falcon_update_nic_stats(struct efx_nic *efx); | |||
93 | extern void falcon_set_multicast_hash(struct efx_nic *efx); | 93 | extern void falcon_set_multicast_hash(struct efx_nic *efx); |
94 | extern int falcon_reset_xaui(struct efx_nic *efx); | 94 | extern int falcon_reset_xaui(struct efx_nic *efx); |
95 | 95 | ||
96 | /* Tests */ | ||
97 | struct falcon_nvconfig; | ||
98 | extern int falcon_read_nvram(struct efx_nic *efx, | ||
99 | struct falcon_nvconfig *nvconfig); | ||
100 | extern int falcon_test_registers(struct efx_nic *efx); | ||
101 | |||
96 | /************************************************************************** | 102 | /************************************************************************** |
97 | * | 103 | * |
98 | * Falcon MAC stats | 104 | * Falcon MAC stats |