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_CNR_HOST_H
8 #define __IA_CSS_CNR_HOST_H
9 
10 #include "ia_css_cnr_param.h"
11 
12 void
13 ia_css_init_cnr_state(
14     void/*struct sh_css_isp_cnr_vmem_state*/ * state,
15     size_t size);
16 
17 #endif /* __IA_CSS_CNR_HOST_H */
18