aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mISDNif.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/linux/mISDNif.h b/include/linux/mISDNif.h
index 0b28fd1e3938..45100b39a7cf 100644
--- a/include/linux/mISDNif.h
+++ b/include/linux/mISDNif.h
@@ -292,19 +292,19 @@ struct mISDN_devrename {
292 292
293/* MPH_INFORMATION_REQ payload */ 293/* MPH_INFORMATION_REQ payload */
294struct ph_info_ch { 294struct ph_info_ch {
295 __u32 protocol; 295 __u32 protocol;
296 __u64 Flags; 296 __u64 Flags;
297}; 297};
298 298
299struct ph_info_dch { 299struct ph_info_dch {
300 struct ph_info_ch ch; 300 struct ph_info_ch ch;
301 __u16 state; 301 __u16 state;
302 __u16 num_bch; 302 __u16 num_bch;
303}; 303};
304 304
305struct ph_info { 305struct ph_info {
306 struct ph_info_dch dch; 306 struct ph_info_dch dch;
307 struct ph_info_ch bch[]; 307 struct ph_info_ch bch[];
308}; 308};
309 309
310/* timer device ioctl */ 310/* timer device ioctl */