diff options
author | David S. Miller <davem@davemloft.net> | 2012-02-22 00:25:15 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-22 00:25:15 +0400 |
commit | 8de65c2aaa1faf8e57e1b29b4265b6a57fae4136 (patch) | |
tree | 138de6f91a84741043905dc3f6849a56d2f68af8 /drivers/isdn/hisax/l3dss1.h | |
parent | fc0d753641f7b919c7273d9bd21ae6ab45e757f3 (diff) | |
parent | 475be4d85a274d0961593db41cf85689db1d583c (diff) | |
download | linux-8de65c2aaa1faf8e57e1b29b4265b6a57fae4136.tar.xz |
Merge branch '20120221_isdn' of git://repo.or.cz/linux-2.6/trivial-mods
Diffstat (limited to 'drivers/isdn/hisax/l3dss1.h')
-rw-r--r-- | drivers/isdn/hisax/l3dss1.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/isdn/hisax/l3dss1.h b/drivers/isdn/hisax/l3dss1.h index 6da47f05ef2a..a7807e8a94f1 100644 --- a/drivers/isdn/hisax/l3dss1.h +++ b/drivers/isdn/hisax/l3dss1.h @@ -107,18 +107,18 @@ /* l3dss1 specific data in l3 process */ typedef struct - { unsigned char invoke_id; /* used invoke id in remote ops, 0 = not active */ - ulong ll_id; /* remebered ll id */ - u8 remote_operation; /* handled remote operation, 0 = not active */ - int proc; /* rememered procedure */ - ulong remote_result; /* result of remote operation for statcallb */ - char uus1_data[35]; /* data send during alerting or disconnect */ - } dss1_proc_priv; +{ unsigned char invoke_id; /* used invoke id in remote ops, 0 = not active */ + ulong ll_id; /* remebered ll id */ + u8 remote_operation; /* handled remote operation, 0 = not active */ + int proc; /* rememered procedure */ + ulong remote_result; /* result of remote operation for statcallb */ + char uus1_data[35]; /* data send during alerting or disconnect */ +} dss1_proc_priv; /* l3dss1 specific data in protocol stack */ typedef struct - { unsigned char last_invoke_id; /* last used value for invoking */ - unsigned char invoke_used[32]; /* 256 bits for 256 values */ - } dss1_stk_priv; +{ unsigned char last_invoke_id; /* last used value for invoking */ + unsigned char invoke_used[32]; /* 256 bits for 256 values */ +} dss1_stk_priv; #endif /* only l3dss1_process */ |