Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / include / libopenbios / initprogram.h
1 /*
2  *   Creation Date: <2010/04/02 13:00:00 mcayland>
3  *   Time-stamp: <2010/04/02 13:00:00 mcayland>
4  *
5  *      <initprogram.h>
6  *
7  *      C implementation of (init-program) word
8  *
9  *   Copyright (C) 2010 Mark Cave-Ayland (mark.cave-ayland@siriusit.co.uk)
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_INITPROGRAM
18 #define _H_INITPROGRAM
19
20 extern void     init_program(void);
21
22 #endif   /* _H_INITPROGRAM */