Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Andy Walls | dbda8f7 | 2009-09-27 20:55:41 -0300 | [diff] [blame] | 2 | /* |
| 3 | * Driver for the Conexant CX23885/7/8 PCIe bridge |
| 4 | * |
| 5 | * Infrared remote control input device |
| 6 | * |
Andy Walls | 6afdeaf | 2010-05-23 18:53:35 -0300 | [diff] [blame] | 7 | * Copyright (C) 2009 Andy Walls <awalls@md.metrocast.net> |
Andy Walls | dbda8f7 | 2009-09-27 20:55:41 -0300 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef _CX23885_INPUT_H_ |
| 11 | #define _CX23885_INPUT_H_ |
Mauro Carvalho Chehab | ada73ee | 2012-10-27 11:29:23 -0300 | [diff] [blame] | 12 | void cx23885_input_rx_work_handler(struct cx23885_dev *dev, u32 events); |
Andy Walls | dbda8f7 | 2009-09-27 20:55:41 -0300 | [diff] [blame] | 13 | |
| 14 | int cx23885_input_init(struct cx23885_dev *dev); |
| 15 | void cx23885_input_fini(struct cx23885_dev *dev); |
| 16 | #endif |