mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
73352e4398
This patch converts m32r to use asm-generic/ioctls.h instead of its own version. The differences between the arch-specific version and the generic version are as follows: - The generic version adds TIOCGRS485 and TIOCGRS485, which are unused by any driver available on this architecture. - The generic version adds support for termiox Cc: Hirokazu Takata <takata@linux-m32r.org> Cc: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
7 lines
132 B
C
7 lines
132 B
C
#ifndef __ARCH_M32R_IOCTLS_H__
|
|
#define __ARCH_M32R_IOCTLS_H__
|
|
|
|
#include <asm-generic/ioctls.h>
|
|
|
|
#endif /* __ARCH_M32R_IOCTLS_H__ */
|