summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/goldelico/gta04/panel.h')
-rw-r--r--u-boot/board/goldelico/gta04/panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/u-boot/board/goldelico/gta04/panel.h b/u-boot/board/goldelico/gta04/panel.h
index 98c97fc..490a7f7 100644
--- a/u-boot/board/goldelico/gta04/panel.h
+++ b/u-boot/board/goldelico/gta04/panel.h
@@ -16,4 +16,7 @@ int panel_enter_state(enum panel_state new_state);
const char *panel_state(void);
int board_video_init(GraphicDevice *pGD);
+extern int displayColumns;
+extern int displayLines;
+
#endif