1*6b9748f8SRahul T R /* SPDX-License-Identifier: GPL-2.0 */
2*6b9748f8SRahul T R /*
3*6b9748f8SRahul T R  * TI j721e Cadence DSI wrapper
4*6b9748f8SRahul T R  *
5*6b9748f8SRahul T R  * Copyright (C) 2022 Texas Instruments Incorporated - http://www.ti.com/
6*6b9748f8SRahul T R  * Author: Rahul T R <r-ravikumar@ti.com>
7*6b9748f8SRahul T R  */
8*6b9748f8SRahul T R 
9*6b9748f8SRahul T R #ifndef __CDNS_DSI_J721E_H__
10*6b9748f8SRahul T R #define __CDNS_DSI_J721E_H__
11*6b9748f8SRahul T R 
12*6b9748f8SRahul T R #include "cdns-dsi-core.h"
13*6b9748f8SRahul T R 
14*6b9748f8SRahul T R extern const struct cdns_dsi_platform_ops dsi_ti_j721e_ops;
15*6b9748f8SRahul T R 
16*6b9748f8SRahul T R #endif /* !__CDNS_DSI_J721E_H__ */
17