Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150866
b: refs/heads/master
c: 6700254
h: refs/heads/master
v: v3
  • Loading branch information
Karsten Keil committed Jun 11, 2009
1 parent 933239a commit 47eede0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8164491dd628ffcac5d61267f747997689ee256c
refs/heads/master: 670025478c2a687453cd1bac697d7d765843f59d
10 changes: 0 additions & 10 deletions trunk/include/linux/mISDNhw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 47eede0

Please sign in to comment.