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
17#ifndef _CX23885_VIDEO_H_
18#define _CX23885_VIDEO_H_
19int cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data);
20u8 cx23885_flatiron_read(struct cx23885_dev *dev, u8 reg);
21#endif
22