xref: /linux/Documentation/userspace-api/media/lirc.h.rst.exceptions (revision 711561a41d1f70ad939c3ff3cf00e75fa8238337)
154f38fcaSMauro Carvalho Chehab# SPDX-License-Identifier: GPL-2.0
254f38fcaSMauro Carvalho Chehab
354f38fcaSMauro Carvalho Chehab# Ignore header name
454f38fcaSMauro Carvalho Chehabignore define _LINUX_LIRC_H
554f38fcaSMauro Carvalho Chehab
654f38fcaSMauro Carvalho Chehab# Ignore helper macros
754f38fcaSMauro Carvalho Chehab
854f38fcaSMauro Carvalho Chehabignore define lirc_t
954f38fcaSMauro Carvalho Chehab
1054f38fcaSMauro Carvalho Chehabignore define LIRC_SPACE
1154f38fcaSMauro Carvalho Chehabignore define LIRC_PULSE
1254f38fcaSMauro Carvalho Chehabignore define LIRC_FREQUENCY
1354f38fcaSMauro Carvalho Chehabignore define LIRC_TIMEOUT
1454f38fcaSMauro Carvalho Chehabignore define LIRC_VALUE
1554f38fcaSMauro Carvalho Chehabignore define LIRC_MODE2
1654f38fcaSMauro Carvalho Chehabignore define LIRC_IS_SPACE
1754f38fcaSMauro Carvalho Chehabignore define LIRC_IS_PULSE
1854f38fcaSMauro Carvalho Chehabignore define LIRC_IS_FREQUENCY
1954f38fcaSMauro Carvalho Chehabignore define LIRC_IS_TIMEOUT
2054f38fcaSMauro Carvalho Chehab
2154f38fcaSMauro Carvalho Chehabignore define LIRC_MODE2SEND
2254f38fcaSMauro Carvalho Chehabignore define LIRC_SEND2MODE
2354f38fcaSMauro Carvalho Chehabignore define LIRC_MODE2REC
2454f38fcaSMauro Carvalho Chehabignore define LIRC_REC2MODE
2554f38fcaSMauro Carvalho Chehab
2654f38fcaSMauro Carvalho Chehabignore define LIRC_CAN_SEND
2754f38fcaSMauro Carvalho Chehabignore define LIRC_CAN_REC
2854f38fcaSMauro Carvalho Chehab
2954f38fcaSMauro Carvalho Chehabignore define LIRC_CAN_SEND_MASK
3054f38fcaSMauro Carvalho Chehabignore define LIRC_CAN_REC_MASK
3154f38fcaSMauro Carvalho Chehabignore define LIRC_CAN_SET_REC_DUTY_CYCLE
3254f38fcaSMauro Carvalho Chehab
3354f38fcaSMauro Carvalho Chehab# Obsolete ioctls
3454f38fcaSMauro Carvalho Chehab
3554f38fcaSMauro Carvalho Chehabignore ioctl LIRC_GET_LENGTH
3654f38fcaSMauro Carvalho Chehab
3754f38fcaSMauro Carvalho Chehab# rc protocols
3854f38fcaSMauro Carvalho Chehab
3954f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_UNKNOWN
4054f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_OTHER
4154f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC5
4254f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC5X_20
4354f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC5_SZ
4454f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_JVC
4554f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_SONY12
4654f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_SONY15
4754f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_SONY20
4854f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_NEC
4954f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_NECX
5054f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_NEC32
5154f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_SANYO
5254f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_MCIR2_KBD
5354f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_MCIR2_MSE
5454f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC6_0
5554f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC6_6A_20
5654f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC6_6A_24
5754f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC6_6A_32
5854f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RC6_MCE
5954f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_SHARP
6054f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_XMP
6154f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_CEC
6254f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_IMON
6354f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RCMM12
6454f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RCMM24
6554f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_RCMM32
6654f38fcaSMauro Carvalho Chehabignore symbol RC_PROTO_XBOX_DVD
67*711561a4SSean Youngignore symbol RC_PROTO_MAX
6854f38fcaSMauro Carvalho Chehab
6954f38fcaSMauro Carvalho Chehab# Undocumented macros
7054f38fcaSMauro Carvalho Chehab
7154f38fcaSMauro Carvalho Chehabignore define PULSE_BIT
7254f38fcaSMauro Carvalho Chehabignore define PULSE_MASK
7354f38fcaSMauro Carvalho Chehab
7454f38fcaSMauro Carvalho Chehabignore define LIRC_MODE2_SPACE
7554f38fcaSMauro Carvalho Chehabignore define LIRC_MODE2_PULSE
7654f38fcaSMauro Carvalho Chehab
7754f38fcaSMauro Carvalho Chehabignore define LIRC_VALUE_MASK
7854f38fcaSMauro Carvalho Chehabignore define LIRC_MODE2_MASK
7954f38fcaSMauro Carvalho Chehab
8054f38fcaSMauro Carvalho Chehabignore define LIRC_MODE_RAW
8154f38fcaSMauro Carvalho Chehabignore define LIRC_MODE_LIRCCODE
82