1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * Driver for the Conexant CX23885/7/8 PCIe bridge 4 * 5 * Copyright (C) 2010 Andy Walls <awalls@md.metrocast.net> 6 */ 7 8 #ifndef _CX23885_VIDEO_H_ 9 #define _CX23885_VIDEO_H_ 10 int cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data); 11 u8 cx23885_flatiron_read(struct cx23885_dev *dev, u8 reg); 12 #endif 13