summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/media/mt9v032.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/media/mt9v032.h')
-rw-r--r--ANDROID_3.4.5/include/media/mt9v032.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/include/media/mt9v032.h b/ANDROID_3.4.5/include/media/mt9v032.h
deleted file mode 100644
index 5e27f9be..00000000
--- a/ANDROID_3.4.5/include/media/mt9v032.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _MEDIA_MT9V032_H
-#define _MEDIA_MT9V032_H
-
-struct v4l2_subdev;
-
-struct mt9v032_platform_data {
- unsigned int clk_pol:1;
-
- void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate);
-};
-
-#endif