aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/suni.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atm/suni.h')
-rw-r--r--drivers/atm/suni.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/atm/suni.h b/drivers/atm/suni.h
index d14c835abc97..efa79bfae75b 100644
--- a/drivers/atm/suni.h
+++ b/drivers/atm/suni.h
@@ -8,7 +8,7 @@
8 8
9#include <linux/atmdev.h> 9#include <linux/atmdev.h>
10#include <linux/atmioc.h> 10#include <linux/atmioc.h>
11 11#include <linux/sonet.h>
12 12
13/* SUNI registers */ 13/* SUNI registers */
14 14
@@ -205,6 +205,13 @@
205 205
206 206
207#ifdef __KERNEL__ 207#ifdef __KERNEL__
208struct suni_priv {
209 struct k_sonet_stats sonet_stats; /* link diagnostics */
210 int loop_mode; /* loopback mode */
211 struct atm_dev *dev; /* device back-pointer */
212 struct suni_priv *next; /* next SUNI */
213};
214
208int suni_init(struct atm_dev *dev); 215int suni_init(struct atm_dev *dev);
209#endif 216#endif
210 217