More defines for older kernels

This commit is contained in:
Michael Hipp 1998-03-30 09:53:34 +00:00
parent ed98dbbfd0
commit b3499512ab
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ struct isdn_ppp_comp_data {
#ifndef PPP_LINK_CCP
#define PPP_LINK_CCP 0x80fb
#endif
#ifndef IPPP_COMP_FLAG_XMIT
#define IPPP_COMP_FLAG_XMIT 0x1
#endif
#ifndef IPPP_COMP_FLAG_LINK
#define IPPP_COMP_FLAG_LINK 0x2
#endif
#define NUM_PPP 64 /* 64 PPP interface supported (per process) */