summaryrefslogtreecommitdiff
path: root/drivers/video/ti/tilcdc-panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/ti/tilcdc-panel.h')
-rw-r--r--drivers/video/ti/tilcdc-panel.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/ti/tilcdc-panel.h b/drivers/video/ti/tilcdc-panel.h
new file mode 100644
index 0000000000..6bcfbf8a8b
--- /dev/null
+++ b/drivers/video/ti/tilcdc-panel.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
+ */
+
+#ifndef _TILCDC_PANEL_H
+#define _TILCDC_PANEL_H
+
+#include "tilcdc.h"
+
+int tilcdc_panel_get_display_info(struct udevice *dev,
+ struct tilcdc_panel_info *info);
+
+#endif /* _TILCDC_PANEL_H */