aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax/l3dss1.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/isdn/hisax/l3dss1.h
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'drivers/isdn/hisax/l3dss1.h')
-rw-r--r--drivers/isdn/hisax/l3dss1.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/isdn/hisax/l3dss1.h b/drivers/isdn/hisax/l3dss1.h
index a7807e8a94f..6da47f05ef2 100644
--- a/drivers/isdn/hisax/l3dss1.h
+++ b/drivers/isdn/hisax/l3dss1.h
@@ -107,18 +107,18 @@
107 107
108/* l3dss1 specific data in l3 process */ 108/* l3dss1 specific data in l3 process */
109typedef struct 109typedef struct
110{ unsigned char invoke_id; /* used invoke id in remote ops, 0 = not active */ 110 { unsigned char invoke_id; /* used invoke id in remote ops, 0 = not active */
111 ulong ll_id; /* remebered ll id */ 111 ulong ll_id; /* remebered ll id */
112 u8 remote_operation; /* handled remote operation, 0 = not active */ 112 u8 remote_operation; /* handled remote operation, 0 = not active */
113 int proc; /* rememered procedure */ 113 int proc; /* rememered procedure */
114 ulong remote_result; /* result of remote operation for statcallb */ 114 ulong remote_result; /* result of remote operation for statcallb */
115 char uus1_data[35]; /* data send during alerting or disconnect */ 115 char uus1_data[35]; /* data send during alerting or disconnect */
116} dss1_proc_priv; 116 } dss1_proc_priv;
117 117
118/* l3dss1 specific data in protocol stack */ 118/* l3dss1 specific data in protocol stack */
119typedef struct 119typedef struct
120{ unsigned char last_invoke_id; /* last used value for invoking */ 120 { unsigned char last_invoke_id; /* last used value for invoking */
121 unsigned char invoke_used[32]; /* 256 bits for 256 values */ 121 unsigned char invoke_used[32]; /* 256 bits for 256 values */
122} dss1_stk_priv; 122 } dss1_stk_priv;
123 123
124#endif /* only l3dss1_process */ 124#endif /* only l3dss1_process */