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_RAA_HOST_H
8 #define __IA_CSS_RAA_HOST_H
9 
10 #include "aa/aa_2/ia_css_aa2_types.h"
11 #include "aa/aa_2/ia_css_aa2_param.h"
12 
13 void
14 ia_css_raa_encode(
15     struct sh_css_isp_aa_params *to,
16     const struct ia_css_aa_config *from,
17     unsigned int size);
18 
19 #endif /* __IA_CSS_RAA_HOST_H */
20