mt9v011.h 239 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /* mt9v011 sensor
  3. *
  4. * Copyright (C) 2011 Hans Verkuil <hverkuil@kernel.org>
  5. */
  6. #ifndef __MT9V011_H__
  7. #define __MT9V011_H__
  8. struct mt9v011_platform_data {
  9. unsigned xtal; /* Hz */
  10. };
  11. #endif