1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Release Version: irci_stable_candrpv_0415_20150521_0458 */
3 /* Release Version: irci_ecr-master_20150911_0724 */
4 /*
5  * Support for Intel Camera Imaging ISP subsystem.
6  * Copyright (c) 2015, Intel Corporation.
7  *
8  * This program is free software; you can redistribute it and/or modify it
9  * under the terms and conditions of the GNU General Public License,
10  * version 2, as published by the Free Software Foundation.
11  *
12  * This program is distributed in the hope it will be useful, but WITHOUT
13  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
15  * more details.
16  */
17 
18 #ifndef __IA_CSS_HDR_HOST_H
19 #define __IA_CSS_HDR_HOST_H
20 
21 #include "ia_css_hdr_param.h"
22 #include "ia_css_hdr_types.h"
23 
24 extern const struct ia_css_hdr_config default_hdr_config;
25 
26 void
27 ia_css_hdr_init_config(
28     struct sh_css_isp_hdr_params *to,
29     const struct ia_css_hdr_config *from,
30     unsigned int size);
31 
32 #endif /* __IA_CSS_HDR_HOST_H */
33