diff options
Diffstat (limited to 'include/asm-m68k/termios.h')
-rw-r--r-- | include/asm-m68k/termios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/termios.h b/include/asm-m68k/termios.h index fcc26bf03..07f6b8585 100644 --- a/include/asm-m68k/termios.h +++ b/include/asm-m68k/termios.h @@ -61,6 +61,7 @@ struct termio { #define N_IRDA 11 /* Linux IrDa - http://www.cs.uit.no/~dagb/irda/irda.html */ #define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data cards about SMS messages */ #define N_HDLC 13 /* synchronous HDLC */ +#define N_SYNC_PPP 14 #ifdef __KERNEL__ |