Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / ppc / qemu / qemu.h
1 /*
2  *   Creation Date: <2004/08/28 17:50:12 stepan>
3  *   Time-stamp: <2004/08/28 17:50:12 stepan>
4  *
5  *      <qemu.h>
6  *
7  *   Copyright (C) 2005 Stefan Reinauer
8  *
9  *   This program is free software; you can redistribute it and/or
10  *   modify it under the terms of the GNU General Public License
11  *   version 2
12  *
13  */
14
15 #ifndef _H_QEMU
16 #define _H_QEMU
17
18 /* vfd.c */
19 extern int              vfd_draw_str( const char *str );
20 extern void             vfd_close( void );
21
22 #include "kernel.h"
23
24 #endif   /* _H_QEMU */