15 lines
375 B
C
15 lines
375 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Driver for the Conexant CX23885/7/8 PCIe bridge
|
|
*
|
|
* CX23888 Integrated Consumer Infrared Controller
|
|
*
|
|
* Copyright (C) 2009 Andy Walls <awalls@md.metrocast.net>
|
|
*/
|
|
|
|
#ifndef _CX23888_IR_H_
|
|
#define _CX23888_IR_H_
|
|
int cx23888_ir_probe(struct cx23885_dev *dev);
|
|
int cx23888_ir_remove(struct cx23885_dev *dev);
|
|
#endif
|