* new header (linut/termios_internal.h), pulled by the users of those suckers * defaults for INIT_C_CC and externs for conversion helpers moved over there * remove termios-base.h (empty now) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Link: https://lore.kernel.org/r/YxDmptU7dNGZ+/Hn@ZenIV Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 lines
291 B
C
13 lines
291 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Modified 1999
|
|
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
|
|
*
|
|
* 99/01/28 Added N_IRDA and N_SMSBLOCK
|
|
*/
|
|
#ifndef _ASM_IA64_TERMIOS_H
|
|
#define _ASM_IA64_TERMIOS_H
|
|
|
|
#include <uapi/asm/termios.h>
|
|
|
|
#endif /* _ASM_IA64_TERMIOS_H */
|