/* SPDX-License-Identifier: GPL-2.0 */ /* * Support for Intel Camera Imaging ISP subsystem. * Copyright (c) 2015, Intel Corporation. */ #ifndef __IA_CSS_GC_TABLE_HOST_H #define __IA_CSS_GC_TABLE_HOST_H #include "ia_css_gc_types.h" extern struct ia_css_gamma_table default_gamma_table; void ia_css_config_gamma_table(void); #endif /* __IA_CSS_GC_TABLE_HOST_H */