cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

mt9v011.h (238B)


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