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_CTC1_5_HOST_H 8 #define __IA_CSS_CTC1_5_HOST_H 9 10 #include "sh_css_params.h" 11 12 #include "ia_css_ctc1_5_param.h" 13 14 void 15 ia_css_ctc_encode( 16 struct sh_css_isp_ctc_params *to, 17 const struct ia_css_ctc_config *from, 18 unsigned int size); 19 20 void 21 ia_css_ctc_dump( 22 const struct sh_css_isp_ctc_params *ctc, 23 unsigned int level); 24 25 #endif /* __IA_CSS_CTC1_5_HOST_H */ 26