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_CONVERSION_PARAM_H 8 #define __IA_CSS_CONVERSION_PARAM_H 9 10 #include "type_support.h" 11 12 /* CONVERSION */ 13 struct sh_css_isp_conversion_params { 14 u32 en; 15 u32 dummy0; 16 u32 dummy1; 17 u32 dummy2; 18 }; 19 20 #endif /* __IA_CSS_CONVERSION_PARAM_H */ 21