]> Git Repo - qemu.git/blobdiff - linux-user/sparc64/termbits.h
linux-user/sparc64: Add inotify_rm_watch and tee syscalls
[qemu.git] / linux-user / sparc64 / termbits.h
index cad45b292587a17d7902ee064e16b59674124f46..113d6dfbdb285acdb56835c69897569bba30e358 100644 (file)
@@ -51,6 +51,7 @@ struct target_termios {
 #define TARGET_IXANY   0x00000800
 #define TARGET_IXOFF   0x00001000
 #define TARGET_IMAXBEL 0x00002000
+#define TARGET_IUTF8   0x00004000
 
 /* c_oflag bits */
 #define TARGET_OPOST   0x00000001
@@ -182,7 +183,7 @@ struct target_termios {
 #define TARGET_TCSETSW         TARGET_IOW('T', 10, struct target_termios)
 #define TARGET_TCSETSF         TARGET_IOW('T', 11, struct target_termios)
 
-/* Note that all the ioctls that are not available in Linux have a 
+/* Note that all the ioctls that are not available in Linux have a
  * double underscore on the front to: a) avoid some programs to
  * thing we support some ioctls under Linux (autoconfiguration stuff)
  */
@@ -244,6 +245,7 @@ struct target_termios {
 /* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */
 #define TARGET_TIOCGPTN        TARGET_IOR('t', 134, unsigned int) /* Get Pty Number */
 #define TARGET_TIOCSPTLCK      TARGET_IOW('t', 135, int) /* Lock/unlock PTY */
+#define TARGET_TIOCGPTPEER      TARGET_IO('t', 137) /* Safely open the slave */
 
 /* Little f */
 #define TARGET_FIOCLEX         TARGET_IO('f', 1)
@@ -276,4 +278,3 @@ struct target_termios {
 #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
 #define TARGET_TIOCMIWAIT      0x545C /* Wait input */
 #define TARGET_TIOCGICOUNT     0x545D /* Read serial port inline interrupt counts */
-
This page took 0.024959 seconds and 4 git commands to generate.