Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / linux-user / sparc64 / termbits.h
index 3ec8e97..691600d 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
@@ -276,4 +277,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 */
-