From 055ae42d36d9d78a7920f66ee2df485d81d24264 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 27 Jul 2010 11:34:16 -0700 Subject: Better separation of UI and Core sources for framebuffer emulation. + new document under docs/DISPLAY-STATE.TXT to explain what's happening. Change-Id: Ia0d233377266212da49af932c7528f46f5feb92d --- console.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'console.h') diff --git a/console.h b/console.h index 3d0c4f4..fd283ba 100644 --- a/console.h +++ b/console.h @@ -330,4 +330,9 @@ char *vnc_display_local_addr(DisplayState *ds); /* curses.c */ void curses_display_init(DisplayState *ds, int full_screen); +#if defined(CONFIG_ANDROID) +/* android-display.c */ +void android_display_init(DisplayState *ds); +#endif + #endif -- cgit v1.1