diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-27 15:30:35 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-27 15:30:35 -0700 |
| commit | 90ec5f2a3f581927ffef55733e8d531890fdc90e (patch) | |
| tree | 8ffe33d3f9b0726a680d664d86660096ab115b24 /libc/kernel | |
| parent | 0b251a1b9c1fdf009d06879c739dcf1217e42969 (diff) | |
| parent | 6ed739e1d3b5088bf1cd56f09ba3afba792b969d (diff) | |
| download | bionic-90ec5f2a3f581927ffef55733e8d531890fdc90e.zip bionic-90ec5f2a3f581927ffef55733e8d531890fdc90e.tar.gz bionic-90ec5f2a3f581927ffef55733e8d531890fdc90e.tar.bz2 | |
Merge commit 'korg/cupcake'
Diffstat (limited to 'libc/kernel')
| -rw-r--r-- | libc/kernel/common/linux/msm_mdp.h | 1 | ||||
| -rw-r--r-- | libc/kernel/common/linux/mt9t013.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h index d10ed43..43fdac3 100644 --- a/libc/kernel/common/linux/msm_mdp.h +++ b/libc/kernel/common/linux/msm_mdp.h @@ -45,6 +45,7 @@ enum { #define MDP_ROT_180 (MDP_FLIP_UD|MDP_FLIP_LR) #define MDP_ROT_270 (MDP_ROT_90|MDP_FLIP_UD|MDP_FLIP_LR) #define MDP_DITHER 0x8 +#define MDP_BLUR 0x10 #define MDP_TRANSP_NOP 0xffffffff #define MDP_ALPHA_NOP 0xff diff --git a/libc/kernel/common/linux/mt9t013.h b/libc/kernel/common/linux/mt9t013.h index 11dc4b3..821ef21 100644 --- a/libc/kernel/common/linux/mt9t013.h +++ b/libc/kernel/common/linux/mt9t013.h @@ -89,6 +89,7 @@ struct mt9t013_reg_pat { struct mt9t013_exposure_gain { uint16_t gain; uint16_t line; + uint32_t mode; }; #define MT9T013_I2C_IOCTL_EXPOSURE_GAIN _IOW(MT9T013_I2C_IOCTL_MAGIC, 18, struct exposure_gain *) |
