android_kernel_samsung_a7y1.../include/media/mt9t001.h

10 lines
141 B
C
Raw Permalink Normal View History

2023-04-06 20:47:12 +00:00
#ifndef _MEDIA_MT9T001_H
#define _MEDIA_MT9T001_H
struct mt9t001_platform_data {
unsigned int clk_pol:1;
unsigned int ext_clk;
};
#endif