18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Driver for the Conexant CX23885/7/8 PCIe bridge 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2010 Andy Walls <awalls@md.metrocast.net> 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _CX23885_VIDEO_H_ 98c2ecf20Sopenharmony_ci#define _CX23885_VIDEO_H_ 108c2ecf20Sopenharmony_ciint cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data); 118c2ecf20Sopenharmony_ciu8 cx23885_flatiron_read(struct cx23885_dev *dev, u8 reg); 128c2ecf20Sopenharmony_ci#endif 13