]>
Commit | Line | Data |
---|---|---|
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 | |
11 | int tilcdc_panel_get_display_info(struct udevice *dev, | |
12 | struct tilcdc_panel_info *info); | |
13 | ||
14 | #endif /* _TILCDC_PANEL_H */ |