blob: 5b261e0ee4386e8d751ebf80db4972a13d837bc4 [file] [log] [blame]
Thomas Gleixnerc942fdd2019-05-27 08:55:06 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andy Wallsdbda8f72009-09-27 20:55:41 -03002/*
3 * Driver for the Conexant CX23885/7/8 PCIe bridge
4 *
5 * Infrared remote control input device
6 *
Andy Walls6afdeaf2010-05-23 18:53:35 -03007 * Copyright (C) 2009 Andy Walls <awalls@md.metrocast.net>
Andy Wallsdbda8f72009-09-27 20:55:41 -03008 */
9
10#ifndef _CX23885_INPUT_H_
11#define _CX23885_INPUT_H_
Mauro Carvalho Chehabada73ee2012-10-27 11:29:23 -030012void cx23885_input_rx_work_handler(struct cx23885_dev *dev, u32 events);
Andy Wallsdbda8f72009-09-27 20:55:41 -030013
14int cx23885_input_init(struct cx23885_dev *dev);
15void cx23885_input_fini(struct cx23885_dev *dev);
16#endif