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 
8 #ifndef __IA_CSS_COMMON_IO_PARAM
9 #define __IA_CSS_COMMON_IO_PARAM
10 
11 #include "../common/ia_css_common_io_types.h"
12 
13 #endif /* __IA_CSS_COMMON_IO_PARAM */
14