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