Path: blob/master/drivers/media/video/cx23885/cx23888-ir.h
17900 views
/*1* Driver for the Conexant CX23885/7/8 PCIe bridge2*3* CX23888 Integrated Consumer Infrared Controller4*5* Copyright (C) 2009 Andy Walls <[email protected]>6*7* This program is free software; you can redistribute it and/or8* modify it under the terms of the GNU General Public License9* as published by the Free Software Foundation; either version 210* of the License, or (at your option) any later version.11*12* This program is distributed in the hope that it will be useful,13* but WITHOUT ANY WARRANTY; without even the implied warranty of14* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15* GNU General Public License for more details.16*17* You should have received a copy of the GNU General Public License18* along with this program; if not, write to the Free Software19* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA20* 02110-1301, USA.21*/2223#ifndef _CX23888_IR_H_24#define _CX23888_IR_H_25int cx23888_ir_probe(struct cx23885_dev *dev);26int cx23888_ir_remove(struct cx23885_dev *dev);27#endif282930