swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: f8394f232b1eab649ce2df5c5f15b0e528c92091 authored by Linus Torvalds on 09 November 2020, 00:10:16 UTC
Linux 5.10-rc3
Tip revision: f8394f2
tilcdc_panel.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2012 Texas Instruments
 * Author: Rob Clark <robdclark@gmail.com>
 */

#ifndef __TILCDC_PANEL_H__
#define __TILCDC_PANEL_H__

/* sub-module for generic lcd panel output */

int tilcdc_panel_init(void);
void tilcdc_panel_fini(void);

#endif /* __TILCDC_PANEL_H__ */
back to top