root/drivers/staging/media/atomisp/pci/isp/kernels/fixedbds/fixedbds_1.0/ia_css_fixedbds_types.h
/* 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*/