linux/drivers/staging/media/sunxi/sun6i-isp/uapi/sun6i-isp-config.h

/* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR MIT) */
/*
 * Allwinner A31 ISP Configuration
 */

#ifndef _UAPI_SUN6I_ISP_CONFIG_H
#define _UAPI_SUN6I_ISP_CONFIG_H

#include <linux/types.h>

#define V4L2_META_FMT_SUN6I_ISP_PARAMS

#define SUN6I_ISP_MODULE_BAYER
#define SUN6I_ISP_MODULE_BDNF

struct sun6i_isp_params_config_bayer {};

struct sun6i_isp_params_config_bdnf {};

struct sun6i_isp_params_config {};

#endif /* _UAPI_SUN6I_ISP_CONFIG_H */