]> Pileus Git - ~andy/linux/blob - drivers/media/pci/cx23885/cx23885-video.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[~andy/linux] / drivers / media / pci / cx23885 / cx23885-video.h
1 /*
2  *  Driver for the Conexant CX23885/7/8 PCIe bridge
3  *
4  *  Copyright (C) 2010  Andy Walls <awalls@md.metrocast.net>
5  *
6  *  This program is free software; you can redistribute it and/or
7  *  modify it under the terms of the GNU General Public License
8  *  as published by the Free Software Foundation; either version 2
9  *  of the License, or (at your option) any later version.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU General Public License for more details.
15  *
16  *  You should have received a copy of the GNU General Public License
17  *  along with this program; if not, write to the Free Software
18  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19  *  02110-1301, USA.
20  */
21
22 #ifndef _CX23885_VIDEO_H_
23 #define _CX23885_VIDEO_H_
24 int cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data);
25 u8 cx23885_flatiron_read(struct cx23885_dev *dev, u8 reg);
26 #endif