]> Git Repo - J-u-boot.git/blob - drivers/video/tilcdc-panel.h
video: omap: split the legacy code from the DM code
[J-u-boot.git] / drivers / video / tilcdc-panel.h
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
9 #include "tilcdc.h"
10
11 int tilcdc_panel_get_display_info(struct udevice *dev,
12                                   struct tilcdc_panel_info *info);
13
14 #endif /* _TILCDC_PANEL_H */
This page took 0.026319 seconds and 4 git commands to generate.