tty.h 306 字节
Newer Older
M
m00302376 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2020 Petr Vorel <pvorel@suse.cz>
 */

#ifndef LAPI_TTY_H
#define LAPI_TTY_H

#ifdef HAVE_LINUX_TTY_H
# include <linux/tty.h>
#endif

#ifndef N_SLCAN
# define N_SLCAN		17	/* Serial / USB serial CAN Adaptors */
#endif

#endif /* LAPI_TTY_H */