blob: b8354cf7443a1f5854c8394ce1ae33ae6c3413fd [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _LINUX_TTY_FLAGS_H
20#define _LINUX_TTY_FLAGS_H
21#define ASYNCB_HUP_NOTIFY 0
22#define ASYNCB_FOURPORT 1
Ben Cheng655a7c02013-10-16 16:09:24 -070023#define ASYNCB_SAK 2
24#define ASYNCB_SPLIT_TERMIOS 3
25#define ASYNCB_SPD_HI 4
26#define ASYNCB_SPD_VHI 5
Ben Cheng655a7c02013-10-16 16:09:24 -070027#define ASYNCB_SKIP_TEST 6
28#define ASYNCB_AUTO_IRQ 7
29#define ASYNCB_SESSION_LOCKOUT 8
30#define ASYNCB_PGRP_LOCKOUT 9
Ben Cheng655a7c02013-10-16 16:09:24 -070031#define ASYNCB_CALLOUT_NOHUP 10
32#define ASYNCB_HARDPPS_CD 11
33#define ASYNCB_SPD_SHI 12
34#define ASYNCB_LOW_LATENCY 13
Ben Cheng655a7c02013-10-16 16:09:24 -070035#define ASYNCB_BUGGY_UART 14
36#define ASYNCB_AUTOPROBE 15
Christopher Ferris05d08e92016-02-04 13:16:38 -080037#define ASYNCB_MAGIC_MULTIPLIER 16
38#define ASYNCB_LAST_USER 16
Christopher Ferris05d08e92016-02-04 13:16:38 -080039#define ASYNCB_INITIALIZED 31
Ben Cheng655a7c02013-10-16 16:09:24 -070040#define ASYNCB_SUSPENDED 30
41#define ASYNCB_NORMAL_ACTIVE 29
Christopher Ferris106b3a82016-08-24 12:15:38 -070042#define ASYNCB_BOOT_AUTOCONF 28
Christopher Ferris05d08e92016-02-04 13:16:38 -080043#define ASYNCB_CLOSING 27
Ben Cheng655a7c02013-10-16 16:09:24 -070044#define ASYNCB_CTS_FLOW 26
45#define ASYNCB_CHECK_CD 25
Christopher Ferris106b3a82016-08-24 12:15:38 -070046#define ASYNCB_SHARE_IRQ 24
Christopher Ferris05d08e92016-02-04 13:16:38 -080047#define ASYNCB_CONS_FLOW 23
Ben Cheng655a7c02013-10-16 16:09:24 -070048#define ASYNCB_FIRST_KERNEL 22
49#define ASYNC_HUP_NOTIFY (1U << ASYNCB_HUP_NOTIFY)
50#define ASYNC_SUSPENDED (1U << ASYNCB_SUSPENDED)
Christopher Ferris05d08e92016-02-04 13:16:38 -080051#define ASYNC_FOURPORT (1U << ASYNCB_FOURPORT)
Ben Cheng655a7c02013-10-16 16:09:24 -070052#define ASYNC_SAK (1U << ASYNCB_SAK)
53#define ASYNC_SPLIT_TERMIOS (1U << ASYNCB_SPLIT_TERMIOS)
54#define ASYNC_SPD_HI (1U << ASYNCB_SPD_HI)
Christopher Ferris05d08e92016-02-04 13:16:38 -080055#define ASYNC_SPD_VHI (1U << ASYNCB_SPD_VHI)
Ben Cheng655a7c02013-10-16 16:09:24 -070056#define ASYNC_SKIP_TEST (1U << ASYNCB_SKIP_TEST)
57#define ASYNC_AUTO_IRQ (1U << ASYNCB_AUTO_IRQ)
58#define ASYNC_SESSION_LOCKOUT (1U << ASYNCB_SESSION_LOCKOUT)
Christopher Ferris05d08e92016-02-04 13:16:38 -080059#define ASYNC_PGRP_LOCKOUT (1U << ASYNCB_PGRP_LOCKOUT)
Ben Cheng655a7c02013-10-16 16:09:24 -070060#define ASYNC_CALLOUT_NOHUP (1U << ASYNCB_CALLOUT_NOHUP)
61#define ASYNC_HARDPPS_CD (1U << ASYNCB_HARDPPS_CD)
62#define ASYNC_SPD_SHI (1U << ASYNCB_SPD_SHI)
Christopher Ferris05d08e92016-02-04 13:16:38 -080063#define ASYNC_LOW_LATENCY (1U << ASYNCB_LOW_LATENCY)
Ben Cheng655a7c02013-10-16 16:09:24 -070064#define ASYNC_BUGGY_UART (1U << ASYNCB_BUGGY_UART)
65#define ASYNC_AUTOPROBE (1U << ASYNCB_AUTOPROBE)
Christopher Ferris05d08e92016-02-04 13:16:38 -080066#define ASYNC_MAGIC_MULTIPLIER (1U << ASYNCB_MAGIC_MULTIPLIER)
Christopher Ferris05d08e92016-02-04 13:16:38 -080067#define ASYNC_FLAGS ((1U << (ASYNCB_LAST_USER + 1)) - 1)
Christopher Ferrisfcc3b4f2021-07-01 01:30:21 +000068#define ASYNC_DEPRECATED (ASYNC_SPLIT_TERMIOS | ASYNC_SESSION_LOCKOUT | ASYNC_PGRP_LOCKOUT | ASYNC_CALLOUT_NOHUP | ASYNC_AUTOPROBE)
Christopher Ferris05d08e92016-02-04 13:16:38 -080069#define ASYNC_USR_MASK (ASYNC_SPD_MASK | ASYNC_CALLOUT_NOHUP | ASYNC_LOW_LATENCY)
Tao Baod7db5942015-01-28 10:07:51 -080070#define ASYNC_SPD_CUST (ASYNC_SPD_HI | ASYNC_SPD_VHI)
71#define ASYNC_SPD_WARP (ASYNC_SPD_HI | ASYNC_SPD_SHI)
72#define ASYNC_SPD_MASK (ASYNC_SPD_HI | ASYNC_SPD_VHI | ASYNC_SPD_SHI)
Ben Cheng655a7c02013-10-16 16:09:24 -070073#define ASYNC_INITIALIZED (1U << ASYNCB_INITIALIZED)
Ben Cheng655a7c02013-10-16 16:09:24 -070074#define ASYNC_NORMAL_ACTIVE (1U << ASYNCB_NORMAL_ACTIVE)
75#define ASYNC_BOOT_AUTOCONF (1U << ASYNCB_BOOT_AUTOCONF)
76#define ASYNC_CLOSING (1U << ASYNCB_CLOSING)
77#define ASYNC_CTS_FLOW (1U << ASYNCB_CTS_FLOW)
Ben Cheng655a7c02013-10-16 16:09:24 -070078#define ASYNC_CHECK_CD (1U << ASYNCB_CHECK_CD)
79#define ASYNC_SHARE_IRQ (1U << ASYNCB_SHARE_IRQ)
80#define ASYNC_CONS_FLOW (1U << ASYNCB_CONS_FLOW)
81#define ASYNC_INTERNAL_FLAGS (~((1U << ASYNCB_FIRST_KERNEL) - 1))
Ben Cheng655a7c02013-10-16 16:09:24 -070082#endif