patch-2.3.48 linux/include/asm-mips/termios.h

Next file: linux/include/asm-mips/types.h
Previous file: linux/include/asm-mips/system.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/include/asm-mips/termios.h linux/include/asm-mips/termios.h
@@ -1,5 +1,4 @@
-/*
- * ioctls for Linux/MIPS.
+/* $Id: termios.h,v 1.9 2000/02/18 00:24:48 ralf Exp $
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
@@ -7,7 +6,8 @@
  *
  * Copyright (C) 1995, 1996 by Ralf Baechle
  */
-#ifndef __ASM_MIPS_TERMIOS_H
+#ifndef _ASM_TERMIOS_H
+#define _ASM_TERMIOS_H
 
 #include <asm/termbits.h>
 #include <asm/ioctls.h>
@@ -100,7 +100,7 @@
 #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
+#define N_SYNC_PPP	14	/* synchronous PPP */
 
 #ifdef __KERNEL__
 
@@ -142,4 +142,4 @@
 
 #endif /* defined(__KERNEL__) */
 
-#endif /* __ASM_MIPS_TERMIOS_H */
+#endif /* _ASM_TERMIOS_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)