Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / SLOF / rtas / flash / block_lists.h
1 /******************************************************************************
2  * Copyright (c) 2004, 2008 IBM Corporation
3  * All rights reserved.
4  * This program and the accompanying materials
5  * are made available under the terms of the BSD License
6  * which accompanies this distribution, and is available at
7  * http://www.opensource.org/licenses/bsd-license.php
8  *
9  * Contributors:
10  *     IBM Corporation - initial implementation
11  *****************************************************************************/
12
13 extern int progress;
14 extern unsigned char sig_org[];
15
16 int print_progress(void);
17 void print_hash(void);
18 int get_block_list_version(unsigned char *);
19 int image_check_crc(unsigned long *, int);
20 long get_size(unsigned long *, int);
21 void print_writing(void);
22 void write_block_list(unsigned long *, int);
23 int check_platform(unsigned long *, unsigned int, int);