ov772x.h 510 B

123456789101112131415161718192021
  1. /* ov772x Camera
  2. *
  3. * Copyright (C) 2008 Renesas Solutions Corp.
  4. * Kuninori Morimoto <morimoto.kuninori@renesas.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. #ifndef __OV772X_H__
  11. #define __OV772X_H__
  12. #include <media/soc_camera.h>
  13. struct ov772x_camera_info {
  14. unsigned long buswidth;
  15. struct soc_camera_link link;
  16. };
  17. #endif /* __OV772X_H__ */