Loading include/linux/mISDNhw.h +0 −10 Original line number Diff line number Diff line Loading @@ -89,11 +89,6 @@ struct dchannel { void (*phfunc) (struct dchannel *); u_int state; void *l1; /* HW access */ u_char (*read_reg) (void *, u_char); void (*write_reg) (void *, u_char, u_char); void (*read_fifo) (void *, u_char *, int); void (*write_fifo) (void *, u_char *, int); void *hw; int slot; /* multiport card channel slot */ struct timer_list timer; Loading Loading @@ -151,11 +146,6 @@ struct bchannel { u_long Flags; struct work_struct workq; u_int state; /* HW access */ u_char (*read_reg) (void *, u_char); void (*write_reg) (void *, u_char, u_char); void (*read_fifo) (void *, u_char *, int); void (*write_fifo) (void *, u_char *, int); void *hw; int slot; /* multiport card channel slot */ struct timer_list timer; Loading Loading
include/linux/mISDNhw.h +0 −10 Original line number Diff line number Diff line Loading @@ -89,11 +89,6 @@ struct dchannel { void (*phfunc) (struct dchannel *); u_int state; void *l1; /* HW access */ u_char (*read_reg) (void *, u_char); void (*write_reg) (void *, u_char, u_char); void (*read_fifo) (void *, u_char *, int); void (*write_fifo) (void *, u_char *, int); void *hw; int slot; /* multiport card channel slot */ struct timer_list timer; Loading Loading @@ -151,11 +146,6 @@ struct bchannel { u_long Flags; struct work_struct workq; u_int state; /* HW access */ u_char (*read_reg) (void *, u_char); void (*write_reg) (void *, u_char, u_char); void (*read_fifo) (void *, u_char *, int); void (*write_fifo) (void *, u_char *, int); void *hw; int slot; /* multiport card channel slot */ struct timer_list timer; Loading