2018-08-30 10:20:04 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
2016-07-10 06:18:52 -04:00
|
|
|
# Ignore header name
|
|
|
|
ignore define _LINUX_LIRC_H
|
2016-07-10 06:42:58 -04:00
|
|
|
|
|
|
|
# Ignore helper macros
|
|
|
|
|
|
|
|
ignore define lirc_t
|
|
|
|
|
|
|
|
ignore define LIRC_SPACE
|
|
|
|
ignore define LIRC_PULSE
|
|
|
|
ignore define LIRC_FREQUENCY
|
|
|
|
ignore define LIRC_TIMEOUT
|
|
|
|
ignore define LIRC_VALUE
|
|
|
|
ignore define LIRC_MODE2
|
|
|
|
ignore define LIRC_IS_SPACE
|
|
|
|
ignore define LIRC_IS_PULSE
|
|
|
|
ignore define LIRC_IS_FREQUENCY
|
|
|
|
ignore define LIRC_IS_TIMEOUT
|
|
|
|
|
|
|
|
ignore define LIRC_MODE2SEND
|
|
|
|
ignore define LIRC_SEND2MODE
|
|
|
|
ignore define LIRC_MODE2REC
|
|
|
|
ignore define LIRC_REC2MODE
|
|
|
|
|
|
|
|
ignore define LIRC_CAN_SEND
|
|
|
|
ignore define LIRC_CAN_REC
|
|
|
|
|
2016-07-11 10:46:57 -04:00
|
|
|
ignore define LIRC_CAN_SEND_MASK
|
|
|
|
ignore define LIRC_CAN_REC_MASK
|
|
|
|
ignore define LIRC_CAN_SET_REC_DUTY_CYCLE
|
|
|
|
|
2017-06-08 05:10:41 -04:00
|
|
|
# Obsolete ioctls
|
|
|
|
|
|
|
|
ignore ioctl LIRC_GET_LENGTH
|
|
|
|
|
2017-02-25 06:51:34 -05:00
|
|
|
# rc protocols
|
|
|
|
|
|
|
|
ignore symbol RC_PROTO_UNKNOWN
|
|
|
|
ignore symbol RC_PROTO_OTHER
|
|
|
|
ignore symbol RC_PROTO_RC5
|
|
|
|
ignore symbol RC_PROTO_RC5X_20
|
|
|
|
ignore symbol RC_PROTO_RC5_SZ
|
|
|
|
ignore symbol RC_PROTO_JVC
|
|
|
|
ignore symbol RC_PROTO_SONY12
|
|
|
|
ignore symbol RC_PROTO_SONY15
|
|
|
|
ignore symbol RC_PROTO_SONY20
|
|
|
|
ignore symbol RC_PROTO_NEC
|
|
|
|
ignore symbol RC_PROTO_NECX
|
|
|
|
ignore symbol RC_PROTO_NEC32
|
|
|
|
ignore symbol RC_PROTO_SANYO
|
|
|
|
ignore symbol RC_PROTO_MCIR2_KBD
|
|
|
|
ignore symbol RC_PROTO_MCIR2_MSE
|
|
|
|
ignore symbol RC_PROTO_RC6_0
|
|
|
|
ignore symbol RC_PROTO_RC6_6A_20
|
|
|
|
ignore symbol RC_PROTO_RC6_6A_24
|
|
|
|
ignore symbol RC_PROTO_RC6_6A_32
|
|
|
|
ignore symbol RC_PROTO_RC6_MCE
|
|
|
|
ignore symbol RC_PROTO_SHARP
|
|
|
|
ignore symbol RC_PROTO_XMP
|
|
|
|
ignore symbol RC_PROTO_CEC
|
2018-03-22 06:41:16 -04:00
|
|
|
ignore symbol RC_PROTO_IMON
|
2019-01-17 03:50:13 -05:00
|
|
|
ignore symbol RC_PROTO_RCMM12
|
|
|
|
ignore symbol RC_PROTO_RCMM24
|
|
|
|
ignore symbol RC_PROTO_RCMM32
|
2019-03-24 05:43:51 -04:00
|
|
|
ignore symbol RC_PROTO_XBOX_DVD
|
2017-02-25 06:51:34 -05:00
|
|
|
|
2016-07-10 06:42:58 -04:00
|
|
|
# Undocumented macros
|
|
|
|
|
|
|
|
ignore define PULSE_BIT
|
|
|
|
ignore define PULSE_MASK
|
|
|
|
|
|
|
|
ignore define LIRC_MODE2_SPACE
|
|
|
|
ignore define LIRC_MODE2_PULSE
|
|
|
|
|
|
|
|
ignore define LIRC_VALUE_MASK
|
|
|
|
ignore define LIRC_MODE2_MASK
|
|
|
|
|
|
|
|
ignore define LIRC_MODE_RAW
|
2017-06-08 05:10:41 -04:00
|
|
|
ignore define LIRC_MODE_LIRCCODE
|