https://github.com/raspberrypi/linux
Raw File
Tip revision: ca312f557513e057c456598528e663fe9d009498 authored by Phil Elwell on 09 February 2016, 09:52:13 UTC
pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
Tip revision: ca312f5
mt9v032.h
#ifndef _MEDIA_MT9V032_H
#define _MEDIA_MT9V032_H

struct mt9v032_platform_data {
	unsigned int clk_pol:1;

	const s64 *link_freqs;
	s64 link_def_freq;
};

#endif
back to top