Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / include / libopenbios / bootcode_load.h
1 /*
2  *   Creation Date: <2010/03/22 18:00:00 mcayland>
3  *   Time-stamp: <2010/03/22 18:00:00 mcayland>
4  *
5  *      <bootcode_load.h>
6  *
7  *      Raw bootcode (%BOOT) loader
8  *
9  *   Copyright (C) 2013 Mark Cave-Ayland (mark.cave-ayland@ilande.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  *   as published by the Free Software Foundation
14  *
15  */
16
17 #ifndef _H_BOOTCODELOAD
18 #define _H_BOOTCODELOAD
19
20 extern int bootcode_load(ihandle_t dev);
21
22 #endif   /* _H__H_BOOTCODELOAD */