Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / x86 / xbox / console.c
1 /*
2  * Xbox framebuffer - Video + Console
3  *
4  * Copyright (C) 2005 Ed Schouten <ed@fxq.nl>,
5  *                    Stefan Reinauer <stepan@openbios.org>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation
10  */
11
12
13 #include "config.h"
14 #include "libopenbios/bindings.h"
15 #include "libc/diskio.h"
16
17 typedef struct osi_fb_info {
18         unsigned long   mphys;
19         int             rb, w, h, depth;
20 } osi_fb_info_t;
21
22 #include "../../../packages/video.c"
23 #include "../../../libopenbios/console_common.c"