17 lines
381 B
C
17 lines
381 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* TI j721e Cadence DSI wrapper
|
|
*
|
|
* Copyright (C) 2022 Texas Instruments Incorporated - http://www.ti.com/
|
|
* Author: Rahul T R <r-ravikumar@ti.com>
|
|
*/
|
|
|
|
#ifndef __CDNS_DSI_J721E_H__
|
|
#define __CDNS_DSI_J721E_H__
|
|
|
|
#include "cdns-dsi-core.h"
|
|
|
|
extern const struct cdns_dsi_platform_ops dsi_ti_j721e_ops;
|
|
|
|
#endif /* !__CDNS_DSI_J721E_H__ */
|