Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / ppc / pearpc / pearpc.h
1 /*
2  *   Creation Date: <2004/08/28 17:50:12 stepan>
3  *   Time-stamp: <2004/08/28 17:50:12 stepan>
4  *
5  *      <pearpc.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_PEARPC
16 #define _H_PEARPC
17
18 /* vfd.c */
19 extern int              vfd_draw_str( const char *str );
20 extern void             vfd_close( void );
21
22 extern int              console_draw_fstr(const char *str, int len);
23
24 #include "kernel.h"
25
26 #endif   /* _H_PEARPC */