162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci# Ignore header name
462306a36Sopenharmony_ciignore define _LINUX_LIRC_H
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci# Ignore helper macros
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciignore define lirc_t
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ciignore define LIRC_SPACE
1162306a36Sopenharmony_ciignore define LIRC_PULSE
1262306a36Sopenharmony_ciignore define LIRC_FREQUENCY
1362306a36Sopenharmony_ciignore define LIRC_TIMEOUT
1462306a36Sopenharmony_ciignore define LIRC_OVERFLOW
1562306a36Sopenharmony_ciignore define LIRC_VALUE
1662306a36Sopenharmony_ciignore define LIRC_MODE2
1762306a36Sopenharmony_ciignore define LIRC_IS_SPACE
1862306a36Sopenharmony_ciignore define LIRC_IS_PULSE
1962306a36Sopenharmony_ciignore define LIRC_IS_FREQUENCY
2062306a36Sopenharmony_ciignore define LIRC_IS_TIMEOUT
2162306a36Sopenharmony_ciignore define LIRC_IS_OVERFLOW
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciignore define LIRC_MODE2SEND
2462306a36Sopenharmony_ciignore define LIRC_SEND2MODE
2562306a36Sopenharmony_ciignore define LIRC_MODE2REC
2662306a36Sopenharmony_ciignore define LIRC_REC2MODE
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ciignore define LIRC_CAN_SEND
2962306a36Sopenharmony_ciignore define LIRC_CAN_REC
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ciignore define LIRC_CAN_SEND_MASK
3262306a36Sopenharmony_ciignore define LIRC_CAN_REC_MASK
3362306a36Sopenharmony_ciignore define LIRC_CAN_SET_REC_FILTER
3462306a36Sopenharmony_ciignore define LIRC_CAN_NOTIFY_DECODE
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ci# Obsolete ioctls
3762306a36Sopenharmony_ci
3862306a36Sopenharmony_ciignore ioctl LIRC_GET_LENGTH
3962306a36Sopenharmony_ciignore ioctl LIRC_SET_REC_TIMEOUT_REPORTS
4062306a36Sopenharmony_ci
4162306a36Sopenharmony_ci# rc protocols
4262306a36Sopenharmony_ci
4362306a36Sopenharmony_ciignore symbol RC_PROTO_UNKNOWN
4462306a36Sopenharmony_ciignore symbol RC_PROTO_OTHER
4562306a36Sopenharmony_ciignore symbol RC_PROTO_RC5
4662306a36Sopenharmony_ciignore symbol RC_PROTO_RC5X_20
4762306a36Sopenharmony_ciignore symbol RC_PROTO_RC5_SZ
4862306a36Sopenharmony_ciignore symbol RC_PROTO_JVC
4962306a36Sopenharmony_ciignore symbol RC_PROTO_SONY12
5062306a36Sopenharmony_ciignore symbol RC_PROTO_SONY15
5162306a36Sopenharmony_ciignore symbol RC_PROTO_SONY20
5262306a36Sopenharmony_ciignore symbol RC_PROTO_NEC
5362306a36Sopenharmony_ciignore symbol RC_PROTO_NECX
5462306a36Sopenharmony_ciignore symbol RC_PROTO_NEC32
5562306a36Sopenharmony_ciignore symbol RC_PROTO_SANYO
5662306a36Sopenharmony_ciignore symbol RC_PROTO_MCIR2_KBD
5762306a36Sopenharmony_ciignore symbol RC_PROTO_MCIR2_MSE
5862306a36Sopenharmony_ciignore symbol RC_PROTO_RC6_0
5962306a36Sopenharmony_ciignore symbol RC_PROTO_RC6_6A_20
6062306a36Sopenharmony_ciignore symbol RC_PROTO_RC6_6A_24
6162306a36Sopenharmony_ciignore symbol RC_PROTO_RC6_6A_32
6262306a36Sopenharmony_ciignore symbol RC_PROTO_RC6_MCE
6362306a36Sopenharmony_ciignore symbol RC_PROTO_SHARP
6462306a36Sopenharmony_ciignore symbol RC_PROTO_XMP
6562306a36Sopenharmony_ciignore symbol RC_PROTO_CEC
6662306a36Sopenharmony_ciignore symbol RC_PROTO_IMON
6762306a36Sopenharmony_ciignore symbol RC_PROTO_RCMM12
6862306a36Sopenharmony_ciignore symbol RC_PROTO_RCMM24
6962306a36Sopenharmony_ciignore symbol RC_PROTO_RCMM32
7062306a36Sopenharmony_ciignore symbol RC_PROTO_XBOX_DVD
7162306a36Sopenharmony_ciignore symbol RC_PROTO_MAX
7262306a36Sopenharmony_ci
7362306a36Sopenharmony_ci# Undocumented macros
7462306a36Sopenharmony_ci
7562306a36Sopenharmony_ciignore define PULSE_BIT
7662306a36Sopenharmony_ciignore define PULSE_MASK
7762306a36Sopenharmony_ci
7862306a36Sopenharmony_ciignore define LIRC_MODE2_SPACE
7962306a36Sopenharmony_ciignore define LIRC_MODE2_PULSE
8062306a36Sopenharmony_ciignore define LIRC_MODE2_TIMEOUT
8162306a36Sopenharmony_ciignore define LIRC_MODE2_OVERFLOW
8262306a36Sopenharmony_ci
8362306a36Sopenharmony_ciignore define LIRC_VALUE_MASK
8462306a36Sopenharmony_ciignore define LIRC_MODE2_MASK
8562306a36Sopenharmony_ci
8662306a36Sopenharmony_ciignore define LIRC_MODE_RAW
8762306a36Sopenharmony_ciignore define LIRC_MODE_LIRCCODE
88