Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / ppc / mol / mol.h
1 /*
2  *   Creation Date: <2003/12/20 00:20:12 samuel>
3  *   Time-stamp: <2004/03/27 01:52:50 samuel>
4  *
5  *      <mol.h>
6  *
7  *
8  *
9  *   Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se)
10  *
11  *   This program is free software; you can redistribute it and/or
12  *   modify it under the terms of the GNU General Public License
13  *   version 2
14  *
15  */
16
17 #ifndef _H_MOL
18 #define _H_MOL
19
20 /* video.c */
21 extern void             init_video( void );
22 extern int              video_get_res( int *w, int *h );
23 extern void             draw_pixel( int x, int y, int colind );
24 extern void             set_color( int index, unsigned long color );
25
26 /* console.c */
27 extern int              console_draw_fstr(const char *str, int len);
28 extern void             console_close( void );
29
30 /* pseudodisk.c */
31 extern void             pseudodisk_init( void );
32
33 /* osi-blk.c */
34 extern void             osiblk_init( void );
35
36 /* osi-scsi.c */
37 extern void             osiscsi_init( void );
38
39 /* pseudofs.c */
40 extern void             pseudofs_init( void );
41
42 #include "../kernel.h"
43
44 #endif   /* _H_MOL */