cx23885-video.h 824 B

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