linux-libc-headers/trunk/include/asm-sparc64: ioctl.h ioctls.h
cieciwa
cvs at pld-linux.org
Mon Sep 4 15:01:57 CEST 2006
Author: cieciwa
Date: Mon Sep 4 15:01:56 2006
New Revision: 7701
Modified:
linux-libc-headers/trunk/include/asm-sparc64/ioctl.h
linux-libc-headers/trunk/include/asm-sparc64/ioctls.h
Log:
- updated to 2.6.17.11
Modified: linux-libc-headers/trunk/include/asm-sparc64/ioctl.h
==============================================================================
--- linux-libc-headers/trunk/include/asm-sparc64/ioctl.h (original)
+++ linux-libc-headers/trunk/include/asm-sparc64/ioctl.h Mon Sep 4 15:01:56 2006
@@ -1,3 +1,4 @@
+/* $Id$ */
#ifndef _SPARC64_IOCTL_H
#define _SPARC64_IOCTL_H
Modified: linux-libc-headers/trunk/include/asm-sparc64/ioctls.h
==============================================================================
--- linux-libc-headers/trunk/include/asm-sparc64/ioctls.h (original)
+++ linux-libc-headers/trunk/include/asm-sparc64/ioctls.h Mon Sep 4 15:01:56 2006
@@ -1,3 +1,4 @@
+/* $Id$ */
#ifndef _ASM_SPARC64_IOCTLS_H
#define _ASM_SPARC64_IOCTLS_H
@@ -111,6 +112,17 @@
#define TIOCMIWAIT 0x545C /* Wait for change on serial input line(s) */
#define TIOCGICOUNT 0x545D /* Read serial port inline interrupt counts */
+/* Kernel definitions */
+#ifdef __KERNEL__
+#define TIOCGETC __TIOCGETC
+#define TIOCGETP __TIOCGETP
+#define TIOCGLTC __TIOCGLTC
+#define TIOCSLTC __TIOCSLTC
+#define TIOCSETP __TIOCSETP
+#define TIOCSETN __TIOCSETN
+#define TIOCSETC __TIOCSETC
+#endif
+
/* Used for packet mode */
#define TIOCPKT_DATA 0
#define TIOCPKT_FLUSHREAD 1
More information about the pld-cvs-commit
mailing list