diff options
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/stmmac.h')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/stmmac.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h index 2ac9552d1fa3..73bab983edd9 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h | |||
@@ -117,6 +117,12 @@ struct stmmac_priv { | |||
117 | int use_riwt; | 117 | int use_riwt; |
118 | int irq_wake; | 118 | int irq_wake; |
119 | spinlock_t ptp_lock; | 119 | spinlock_t ptp_lock; |
120 | |||
121 | #ifdef CONFIG_DEBUG_FS | ||
122 | struct dentry *dbgfs_dir; | ||
123 | struct dentry *dbgfs_rings_status; | ||
124 | struct dentry *dbgfs_dma_cap; | ||
125 | #endif | ||
120 | }; | 126 | }; |
121 | 127 | ||
122 | int stmmac_mdio_unregister(struct net_device *ndev); | 128 | int stmmac_mdio_unregister(struct net_device *ndev); |