/* SPDX-License-Identifier: GPL-2.0+ */ /* * shmob_drm.h -- SH Mobile DRM driver * * Copyright (C) 2012 Renesas Corporation * * Laurent Pinchart ([email protected]) */ #ifndef __SHMOB_DRM_H__ #define __SHMOB_DRM_H__ #include <video/videomode.h> enum shmob_drm_clk_source { … }; struct shmob_drm_panel_data { … }; struct shmob_drm_interface_data { … }; struct shmob_drm_platform_data { … }; #endif /* __SHMOB_DRM_H__ */