From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWe83-0001AK-Kz for qemu-devel@nongnu.org; Fri, 22 Aug 2008 17:25:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWe82-0001A8-30 for qemu-devel@nongnu.org; Fri, 22 Aug 2008 17:25:06 -0400 Received: from [199.232.76.173] (port=59583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWe81-0001A5-UJ for qemu-devel@nongnu.org; Fri, 22 Aug 2008 17:25:05 -0400 Received: from savannah.gnu.org ([199.232.41.3]:53944 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWe82-0000wD-9V for qemu-devel@nongnu.org; Fri, 22 Aug 2008 17:25:06 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KWe7x-0007cQ-VY for qemu-devel@nongnu.org; Fri, 22 Aug 2008 21:25:02 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KWe7x-0007cI-J8 for qemu-devel@nongnu.org; Fri, 22 Aug 2008 21:25:01 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Fri, 22 Aug 2008 21:25:01 +0000 Subject: [Qemu-devel] [5073] qemu-char.h: Fix IOCTL values Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5073 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5073 Author: aurel32 Date: 2008-08-22 21:25:00 +0000 (Fri, 22 Aug 2008) Log Message: ----------- qemu-char.h: Fix IOCTL values Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/qemu-char.h Modified: trunk/qemu-char.h =================================================================== --- trunk/qemu-char.h 2008-08-22 09:23:06 UTC (rev 5072) +++ trunk/qemu-char.h 2008-08-22 21:25:00 UTC (rev 5073) @@ -29,8 +29,8 @@ #define CHR_IOCTL_PP_EPP_WRITE 11 #define CHR_IOCTL_PP_DATA_DIR 12 -#define CHR_IOCTL_SERIAL_SET_TIOCM 12 -#define CHR_IOCTL_SERIAL_GET_TIOCM 13 +#define CHR_IOCTL_SERIAL_SET_TIOCM 13 +#define CHR_IOCTL_SERIAL_GET_TIOCM 14 #define CHR_TIOCM_CTS 0x020 #define CHR_TIOCM_CAR 0x040