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_COPY_PARAM_H 8 #define __IA_CSS_COPY_PARAM_H 9 10 struct ia_css_copy_output_configuration { 11 bool enable; 12 }; 13 14 struct sh_css_isp_copy_output_isp_config { 15 u32 enable; 16 }; 17 18 #endif /* __IA_CSS_COPY_PARAM_H */ 19