/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2011 Texas Instruments Inc */ #ifndef _VPIF_TYPES_H #define _VPIF_TYPES_H #include <linux/i2c.h> #define VPIF_CAPTURE_MAX_CHANNELS … #define VPIF_DISPLAY_MAX_CHANNELS … enum vpif_if_type { … }; struct vpif_interface { … }; struct vpif_subdev_info { … }; struct vpif_output { … }; struct vpif_display_chan_config { … }; struct vpif_display_config { … }; struct vpif_input { … }; struct vpif_capture_chan_config { … }; struct vpif_capture_config { … }; #endif /* _VPIF_TYPES_H */