Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _MEDIA_MT9V032_H
0003 #define _MEDIA_MT9V032_H
0004 
0005 struct mt9v032_platform_data {
0006     unsigned int clk_pol:1;
0007 
0008     const s64 *link_freqs;
0009     s64 link_def_freq;
0010 };
0011 
0012 #endif