Linux 3.12.39
[linux/fpc-iii.git] / drivers / media / pci / cx23885 / cx23885-video.h
blobc961a2b0de0ffa8c51ecffe0cbebb89085f3d330
1 /*
2 * Driver for the Conexant CX23885/7/8 PCIe bridge
4 * Copyright (C) 2010 Andy Walls <awalls@md.metrocast.net>
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.
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.
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.
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