xref: /linux/drivers/media/pci/cx23885/cx23888-ir.h (revision 44f57d78)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  *  Driver for the Conexant CX23885/7/8 PCIe bridge
4  *
5  *  CX23888 Integrated Consumer Infrared Controller
6  *
7  *  Copyright (C) 2009  Andy Walls <awalls@md.metrocast.net>
8  */
9 
10 #ifndef _CX23888_IR_H_
11 #define _CX23888_IR_H_
12 int cx23888_ir_probe(struct cx23885_dev *dev);
13 int cx23888_ir_remove(struct cx23885_dev *dev);
14 #endif
15