Home
last modified time | relevance | path

Searched defs:TextConsole (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dconsole.c150 struct TextConsole { struct
151 console_type_t console_type;
152 DisplayState *ds;
154 vga_hw_update_ptr hw_update;
155 vga_hw_invalidate_ptr hw_invalidate;
156 vga_hw_screen_dump_ptr hw_screen_dump;
157 vga_hw_text_update_ptr hw_text_update;
158 void *hw;
160 int g_width, g_height;
161 int width;
[all …]
Dqemu-common.h264 typedef struct TextConsole TextConsole; typedef