summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authormatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-14 06:00:34 +0000
committermatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-14 06:00:34 +0000
commitb7171ef3ad852bec92c85aeb388c3454c44d9ab8 (patch)
tree7ce7b23f9685cdb8eb1b64fbd1e988bbf4ba3831 /zaptel.h
parentcddcc315433c262a54bbe769d281a0b9c0526d55 (diff)
Fri Mar 14 07:00:01 CET 2003
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@153 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index f6614aa..9a2f9a3 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -36,6 +36,8 @@
#endif
#ifdef CONFIG_ZAPATA_PPP
#include <linux/ppp_channel.h>
+#include <linux/skbuff.h>
+#include <linux/interrupt.h>
#endif
#include <linux/fs.h>
@@ -801,6 +803,10 @@ struct zt_chan {
#endif
#ifdef CONFIG_ZAPATA_PPP
struct ppp_channel *ppp;
+ struct tasklet_struct ppp_calls;
+ int do_ppp_wakeup;
+ int do_ppp_error;
+ struct sk_buff_head ppp_rq;
#endif
spinlock_t lock;
char name[40]; /* Name */