1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2010 - 2015, Intel Corporation.
5  */
6 
7 #ifndef __BAYER_IO_HOST_H
8 #define __BAYER_IO_HOST_H
9 
10 #include "ia_css_bayer_io_param.h"
11 #include "ia_css_bayer_io_types.h"
12 #include "ia_css_binary.h"
13 #include "sh_css_internal.h"
14 
15 int ia_css_bayer_io_config(const struct ia_css_binary     *binary,
16 			   const struct sh_css_binary_args *args);
17 
18 #endif /*__BAYER_IO_HOST_H */
19