]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
declare console_ch_t as now needed
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 28 May 2008 13:40:06 +0000 (14:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 28 May 2008 13:40:06 +0000 (14:40 +0100)
console.h

index 66e4f0e2ca55272488e614a4ad5807366633d3bf..2928e83c0f7700032cc8bb78d9eeffc7df658585 100644 (file)
--- 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 *);