Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / ppc / mol / console.c
1 /*
2  *   Creation Date: <2002/10/29 18:59:05 samuel>
3  *   Time-stamp: <2003/12/28 22:51:11 samuel>
4  *
5  *      <console.c>
6  *
7  *      Simple text console
8  *
9  *   Copyright (C) 2002, 2003, 2004 Samuel Rydh (samuel@ibrium.se)
10  *   Copyright (C) 2005 Stefan Reinauer <stepan@openbios.org>
11  *
12  *   This program is free software; you can redistribute it and/or
13  *   modify it under the terms of the GNU General Public License
14  *   as published by the Free Software Foundation
15  *
16  */
17
18 #include "config.h"
19 #include "libopenbios/bindings.h"
20 #include "libc/diskio.h"
21 #include "osi_calls.h"
22 #include "libopenbios/ofmem.h"
23 #include "mol/mol.h"
24 #include "boothelper_sh.h"
25 #include "video_sh.h"
26
27 #define openbios_GetFBInfo(x) OSI_GetFBInfo(x)
28
29 #include "../../../packages/video.c"
30 #include "../../../libopenbios/console_common.c"