summaryrefslogtreecommitdiff
path: root/include/media/ov5640.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/ov5640.h')
-rw-r--r--include/media/ov5640.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/media/ov5640.h b/include/media/ov5640.h
index 4702d64d5b63..3e9ebde7caa8 100644
--- a/include/media/ov5640.h
+++ b/include/media/ov5640.h
@@ -1,7 +1,7 @@
/*
* ov5640.h - header for YUV camera sensor OV5640 driver.
*
- * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -37,16 +37,16 @@
#define OV5640_POWER_LEVEL_SUS 2
struct ov5640_mode {
- int xres;
- int yres;
+ __u32 xres;
+ __u32 yres;
};
struct ov5640_config {
__u32 settle_time;
__u32 pos_low;
__u32 pos_high;
- float focal_length;
- float fnumber;
+ __u32 focal_length;
+ __u32 fnumber;
};
enum {