xref: /linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ia_css_gc2_table.host.h (revision c771600c6af14749609b49565ffb4cac2959710d)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2015, Intel Corporation.
5  */
6 
7 #ifndef __IA_CSS_GC2_TABLE_HOST_H
8 #define __IA_CSS_GC2_TABLE_HOST_H
9 
10 #include "ia_css_gc2_types.h"
11 
12 extern struct ia_css_rgb_gamma_table default_r_gamma_table;
13 extern struct ia_css_rgb_gamma_table default_g_gamma_table;
14 extern struct ia_css_rgb_gamma_table default_b_gamma_table;
15 
16 void ia_css_config_rgb_gamma_tables(void);
17 
18 #endif /* __IA_CSS_GC2_TABLE_HOST_H */
19