diff options
author | Ezekeel <notezekeel@googlemail.com> | 2012-07-06 23:56:10 +0200 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-16 12:42:16 +0100 |
commit | a2bb75e6a1abb90f41b5f4901bb2f75b5b4cd0d7 (patch) | |
tree | 3850e53819e66f203768ac6ff27fd489a89544bb /include/linux | |
parent | 240ea5d7f770040a97a7e333ee913f06a8696297 (diff) | |
download | kernel_samsung_tuna-a2bb75e6a1abb90f41b5f4901bb2f75b5b4cd0d7.zip kernel_samsung_tuna-a2bb75e6a1abb90f41b5f4901bb2f75b5b4cd0d7.tar.gz kernel_samsung_tuna-a2bb75e6a1abb90f41b5f4901bb2f75b5b4cd0d7.tar.bz2 |
Added Color Control version 4.
Conflicts:
drivers/misc/Makefile
Change-Id: Ie57d33003d1ce0a750ef2ec2cb15884a449df92a
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/color_control.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/color_control.h b/include/linux/color_control.h new file mode 100644 index 0000000..7c8f3de --- /dev/null +++ b/include/linux/color_control.h @@ -0,0 +1,9 @@ +/* include/linux/color_control.h */ + +#ifndef _LINUX_COLOR_CONTROL_H +#define _LINUX_COLOR_CONTROL_H + +extern void colorcontrol_register_offset(int * offset); +extern void colorcontrol_register_multiplier(u32 * multiplier); + +#endif |