brintos

brintos / linux-shallow public Read only

0
0
Text · 381 B · 275e5e8 Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * TI j721e Cadence DSI wrapper4 *5 * Copyright (C) 2022 Texas Instruments Incorporated - http://www.ti.com/6 * Author: Rahul T R <r-ravikumar@ti.com>7 */8 9#ifndef __CDNS_DSI_J721E_H__10#define __CDNS_DSI_J721E_H__11 12#include "cdns-dsi-core.h"13 14extern const struct cdns_dsi_platform_ops dsi_ti_j721e_ops;15 16#endif /* !__CDNS_DSI_J721E_H__ */17