diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-27 13:56:50 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-27 13:56:50 -0500 |
| commit | 13667ed14f2fe7e747052068e23bdd13e05db889 (patch) | |
| tree | 05ad148022b0b51f242d5f818e2c8dccc648c526 /include/linux | |
| parent | 98a6bc6e18c349c5c6fa8467673c65a9fbae15b1 (diff) | |
ISDN: Use a function pointer for type-specific receive
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/isdn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index 035d11f9463c..c347a67a090a 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -371,6 +371,9 @@ typedef struct isdn_net_local_s { char cisco_debserint; /* debugging flag of cisco hdlc with slarp */ struct timer_list cisco_timer; struct tq_struct tqueue; + void (*receive)(struct isdn_net_dev_s *p, + struct isdn_net_local_s *olp, + struct sk_buff *skb); } isdn_net_local; /* the interface itself */ |
