From 2c39eb07b6eafce0666e84a026c653a3e75f9121 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 May 2008 14:40:06 +0100 Subject: [PATCH] declare console_ch_t as now needed --- console.h | 2 ++ 1 file changed, 2 insertions(+) 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 *); -- 2.39.5