Mauro Carvalho Chehab | 68cd5e0 | 2016-07-10 07:18:52 -0300 | [diff] [blame] | 1 | # Ignore header name |
| 2 | ignore define _LINUX_LIRC_H |
Mauro Carvalho Chehab | 3033933 | 2016-07-10 07:42:58 -0300 | [diff] [blame] | 3 | |
| 4 | # Ignore helper macros |
| 5 | |
| 6 | ignore define lirc_t |
| 7 | |
| 8 | ignore define LIRC_SPACE |
| 9 | ignore define LIRC_PULSE |
| 10 | ignore define LIRC_FREQUENCY |
| 11 | ignore define LIRC_TIMEOUT |
| 12 | ignore define LIRC_VALUE |
| 13 | ignore define LIRC_MODE2 |
| 14 | ignore define LIRC_IS_SPACE |
| 15 | ignore define LIRC_IS_PULSE |
| 16 | ignore define LIRC_IS_FREQUENCY |
| 17 | ignore define LIRC_IS_TIMEOUT |
| 18 | |
| 19 | ignore define LIRC_MODE2SEND |
| 20 | ignore define LIRC_SEND2MODE |
| 21 | ignore define LIRC_MODE2REC |
| 22 | ignore define LIRC_REC2MODE |
| 23 | |
| 24 | ignore define LIRC_CAN_SEND |
| 25 | ignore define LIRC_CAN_REC |
| 26 | |
Mauro Carvalho Chehab | 1a2e50a | 2016-07-11 11:46:57 -0300 | [diff] [blame] | 27 | ignore define LIRC_CAN_SEND_MASK |
| 28 | ignore define LIRC_CAN_REC_MASK |
| 29 | ignore define LIRC_CAN_SET_REC_DUTY_CYCLE |
| 30 | |
Sean Young | 4e3cd00 | 2017-06-08 05:10:41 -0400 | [diff] [blame] | 31 | # Obsolete ioctls |
| 32 | |
| 33 | ignore ioctl LIRC_GET_LENGTH |
| 34 | |
Sean Young | 7d402db | 2017-02-25 06:51:34 -0500 | [diff] [blame] | 35 | # rc protocols |
| 36 | |
| 37 | ignore symbol RC_PROTO_UNKNOWN |
| 38 | ignore symbol RC_PROTO_OTHER |
| 39 | ignore symbol RC_PROTO_RC5 |
| 40 | ignore symbol RC_PROTO_RC5X_20 |
| 41 | ignore symbol RC_PROTO_RC5_SZ |
| 42 | ignore symbol RC_PROTO_JVC |
| 43 | ignore symbol RC_PROTO_SONY12 |
| 44 | ignore symbol RC_PROTO_SONY15 |
| 45 | ignore symbol RC_PROTO_SONY20 |
| 46 | ignore symbol RC_PROTO_NEC |
| 47 | ignore symbol RC_PROTO_NECX |
| 48 | ignore symbol RC_PROTO_NEC32 |
| 49 | ignore symbol RC_PROTO_SANYO |
| 50 | ignore symbol RC_PROTO_MCIR2_KBD |
| 51 | ignore symbol RC_PROTO_MCIR2_MSE |
| 52 | ignore symbol RC_PROTO_RC6_0 |
| 53 | ignore symbol RC_PROTO_RC6_6A_20 |
| 54 | ignore symbol RC_PROTO_RC6_6A_24 |
| 55 | ignore symbol RC_PROTO_RC6_6A_32 |
| 56 | ignore symbol RC_PROTO_RC6_MCE |
| 57 | ignore symbol RC_PROTO_SHARP |
| 58 | ignore symbol RC_PROTO_XMP |
| 59 | ignore symbol RC_PROTO_CEC |
Sean Young | f7b0fa6 | 2018-03-22 06:41:16 -0400 | [diff] [blame] | 60 | ignore symbol RC_PROTO_IMON |
Sean Young | 7d402db | 2017-02-25 06:51:34 -0500 | [diff] [blame] | 61 | |
Mauro Carvalho Chehab | 3033933 | 2016-07-10 07:42:58 -0300 | [diff] [blame] | 62 | # Undocumented macros |
| 63 | |
| 64 | ignore define PULSE_BIT |
| 65 | ignore define PULSE_MASK |
| 66 | |
| 67 | ignore define LIRC_MODE2_SPACE |
| 68 | ignore define LIRC_MODE2_PULSE |
Mauro Carvalho Chehab | 3033933 | 2016-07-10 07:42:58 -0300 | [diff] [blame] | 69 | |
| 70 | ignore define LIRC_VALUE_MASK |
| 71 | ignore define LIRC_MODE2_MASK |
| 72 | |
| 73 | ignore define LIRC_MODE_RAW |
Sean Young | 4e3cd00 | 2017-06-08 05:10:41 -0400 | [diff] [blame] | 74 | ignore define LIRC_MODE_LIRCCODE |