Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / include / libopenbios / of.h
1 /*
2  *   Creation Date: <2004/01/07 19:19:18 samuel>
3  *   Time-stamp: <2004/01/07 19:19:48 samuel>
4  *
5  *      <of.h>
6  *
7  *      OpenFirmware related defines
8  *
9  *   Copyright (C) 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_OF
18 #define _H_OF
19
20 extern int              of_client_interface( int *params );
21
22 #endif   /* _H_OF */