RS485: ioctls defined twice ?
From: Claudio Scordino <hidden>
Date: 2010-08-15 16:17:51
Also in:
linux-serial, lkml
From: Claudio Scordino <hidden>
Date: 2010-08-15 16:17:51
Also in:
linux-serial, lkml
Hi all, is there any reason why ioctls TIOCGRS485 and TIOCSRS485 are defined (with the same values) in both include/asm-generic/ioctls.h and arch/arm/include/asm/ioctls.h ? The same happens also for avr32, powerpc and cris (which, however, defines a different value for TIOCSRS485). Is it duplicated code ? Or should these values stay in both asm/ioctls.h and asm-generic/ioctls.h ? Many thanks, Claudio