From: Ian Jackson Date: Wed, 28 May 2008 13:40:06 +0000 (+0100) Subject: declare console_ch_t as now needed X-Git-Tag: xen-3.3.0-rc1~174 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2c39eb07b6eafce0666e84a026c653a3e75f9121;p=qemu-xen-4.4-testing.git declare console_ch_t as now needed --- diff --git a/console.h b/console.h index 66e4f0e2c..2928e83c0 100644 --- a/console.h +++ b/console.h @@ -94,6 +94,8 @@ static inline void dpy_resize(DisplayState *s, int w, int h) s->dpy_resize(s, w, h); } +typedef unsigned long console_ch_t; + typedef void (*vga_hw_update_ptr)(void *); typedef void (*vga_hw_invalidate_ptr)(void *); typedef void (*vga_hw_screen_dump_ptr)(void *, const char *);