summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
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 */