]> Git Repo - linux.git/blob - drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.h
Linux 6.14-rc3
[linux.git] / drivers / gpu / drm / bridge / cadence / cdns-dsi-j721e.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * TI j721e Cadence DSI wrapper
4  *
5  * Copyright (C) 2022 Texas Instruments Incorporated - http://www.ti.com/
6  * Author: Rahul T R <[email protected]>
7  */
8
9 #ifndef __CDNS_DSI_J721E_H__
10 #define __CDNS_DSI_J721E_H__
11
12 #include "cdns-dsi-core.h"
13
14 extern const struct cdns_dsi_platform_ops dsi_ti_j721e_ops;
15
16 #endif /* !__CDNS_DSI_J721E_H__ */
This page took 0.032214 seconds and 4 git commands to generate.