aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-29 20:23:01 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-29 20:23:01 +0000
commit0927b9fc12e16ebfda90adc59571c1b213222592 (patch)
treee3ca03f8accabf14cc57f8397fe1fab6493957d6
parent0f2d32942cddfb8f1fce834506645114b1423eac (diff)
downloadglibc-0927b9fc12e16ebfda90adc59571c1b213222592.tar
glibc-0927b9fc12e16ebfda90adc59571c1b213222592.tar.gz
glibc-0927b9fc12e16ebfda90adc59571c1b213222592.tar.bz2
glibc-0927b9fc12e16ebfda90adc59571c1b213222592.zip
Added missing N_* constants.
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h b/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h
index 4f5c2b0d3e..7959570146 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h
@@ -1,5 +1,5 @@
/* Structure types for pre-termios terminal ioctls. Linux/MIPS version.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -64,3 +64,12 @@ struct termio
#define N_PPP 3
#define N_STRIP 4
#define N_AX25 5
+#define N_X25 6 /* X.25 async */
+#define N_6PACK 7
+#define N_MASC 8 /* Mobitex module */
+#define N_R3964 9 /* Simatic R3964 module */
+#define N_PROFIBUS_FDL 10 /* Profibus */
+#define N_IRDA 11 /* Linux IR */
+#define N_SMSBLOCK 12 /* SMS block mode */
+#define N_HDLC 13 /* synchronous HDLC */
+#define N_SYNC_PPP 14 /* synchronous PPP */