diff options
author | Karsten Keil <isdn@linux-pingi.de> | 2012-05-04 00:15:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-04 11:56:19 -0400 |
commit | f45ebf3a6be9da051f078b30e7309b6788932189 (patch) | |
tree | 539bb636aec1ec8542218c54866f724b39164182 /include/linux/mISDNif.h | |
parent | 1ea52fbda1629216182a0b0fbee9d65e8bcedd1e (diff) |
mISDN: Help to identify the card
With multiple cards is hard to figure out which port caused trouble
int the layer2 routines (e.g. got a timeout).
Now we have the informations in the log output.
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mISDNif.h')
-rw-r--r-- | include/linux/mISDNif.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mISDNif.h b/include/linux/mISDNif.h index 9cc8ce57d259..ce6e613dff4c 100644 --- a/include/linux/mISDNif.h +++ b/include/linux/mISDNif.h | |||
@@ -37,7 +37,7 @@ | |||
37 | */ | 37 | */ |
38 | #define MISDN_MAJOR_VERSION 1 | 38 | #define MISDN_MAJOR_VERSION 1 |
39 | #define MISDN_MINOR_VERSION 1 | 39 | #define MISDN_MINOR_VERSION 1 |
40 | #define MISDN_RELEASE 27 | 40 | #define MISDN_RELEASE 28 |
41 | 41 | ||
42 | /* primitives for information exchange | 42 | /* primitives for information exchange |
43 | * generell format | 43 | * generell format |
@@ -591,6 +591,7 @@ static inline struct mISDNdevice *dev_to_mISDN(struct device *dev) | |||
591 | extern void set_channel_address(struct mISDNchannel *, u_int, u_int); | 591 | extern void set_channel_address(struct mISDNchannel *, u_int, u_int); |
592 | extern void mISDN_clock_update(struct mISDNclock *, int, struct timeval *); | 592 | extern void mISDN_clock_update(struct mISDNclock *, int, struct timeval *); |
593 | extern unsigned short mISDN_clock_get(void); | 593 | extern unsigned short mISDN_clock_get(void); |
594 | extern const char *mISDNDevName4ch(struct mISDNchannel *); | ||
594 | 595 | ||
595 | #endif /* __KERNEL__ */ | 596 | #endif /* __KERNEL__ */ |
596 | #endif /* mISDNIF_H */ | 597 | #endif /* mISDNIF_H */ |