brintos

brintos / linux-shallow public Read only

0
0
Text · 360 B · c6c8a86 Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 *  Driver for the Conexant CX23885/7/8 PCIe bridge4 *5 *  Copyright (C) 2010  Andy Walls <awalls@md.metrocast.net>6 */7 8#ifndef _CX23885_VIDEO_H_9#define _CX23885_VIDEO_H_10int cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data);11u8 cx23885_flatiron_read(struct cx23885_dev *dev, u8 reg);12#endif13