1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2015, Intel Corporation.
5  */
6 #ifndef __IA_CSS_BNR2_2_HOST_H
7 #define __IA_CSS_BNR2_2_HOST_H
8 
9 #include "ia_css_bnr2_2_types.h"
10 #include "ia_css_bnr2_2_param.h"
11 
12 extern const struct ia_css_bnr2_2_config default_bnr2_2_config;
13 
14 void
15 ia_css_bnr2_2_encode(
16     struct sh_css_isp_bnr2_2_params *to,
17     const struct ia_css_bnr2_2_config *from,
18     size_t size);
19 
20 #ifndef IA_CSS_NO_DEBUG
21 void
22 ia_css_bnr2_2_debug_dtrace(
23     const struct ia_css_bnr2_2_config *config,
24     unsigned int level);
25 #endif
26 
27 #endif /* __IA_CSS_BNR2_2_HOST_H */
28