root/drivers/staging/media/atomisp/pci/sh_css_stream_format.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Support for Intel Camera Imaging ISP subsystem.
 * Copyright (c) 2015, Intel Corporation.
 */

#ifndef __SH_CSS_STREAM_FORMAT_H
#define __SH_CSS_STREAM_FORMAT_H

#include <ia_css_stream_format.h>

unsigned int sh_css_stream_format_2_bits_per_subpixel(
    enum atomisp_input_format format);

#endif /* __SH_CSS_STREAM_FORMAT_H */