]> Git Repo - J-u-boot.git/blame - drivers/video/tilcdc-panel.h
video: omap: split the legacy code from the DM code
[J-u-boot.git] / drivers / video / tilcdc-panel.h
CommitLineData
ff94c15a
DB
1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2020 Dario Binacchi <[email protected]>
4 */
5
6#ifndef _TILCDC_PANEL_H
7#define _TILCDC_PANEL_H
8
35ab1b6e 9#include "tilcdc.h"
ff94c15a
DB
10
11int tilcdc_panel_get_display_info(struct udevice *dev,
12 struct tilcdc_panel_info *info);
13
14#endif /* _TILCDC_PANEL_H */
This page took 0.025635 seconds and 4 git commands to generate.