/* SPDX-License-Identifier: GPL-2.0 */ /* * Support for Intel Camera Imaging ISP subsystem. * Copyright (c) 2015, Intel Corporation. */ #ifndef __IA_CSS_FIXEDBDS_TYPES_H #define __IA_CSS_FIXEDBDS_TYPES_H struct sh_css_bds_factor { unsigned int numerator; unsigned int denominator; unsigned int bds_factor; }; #endif /*__IA_CSS_FIXEDBDS_TYPES_H*/