cx23885-video.h 360 B

123456789101112
  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 <[email protected]>
  6. */
  7. #ifndef _CX23885_VIDEO_H_
  8. #define _CX23885_VIDEO_H_
  9. int cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data);
  10. u8 cx23885_flatiron_read(struct cx23885_dev *dev, u8 reg);
  11. #endif