aboutsummaryrefslogtreecommitdiff
path: root/rtas/flash/block_lists.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtas/flash/block_lists.h')
-rw-r--r--rtas/flash/block_lists.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/rtas/flash/block_lists.h b/rtas/flash/block_lists.h
new file mode 100644
index 0000000..cad4668
--- /dev/null
+++ b/rtas/flash/block_lists.h
@@ -0,0 +1,23 @@
+/******************************************************************************
+ * Copyright (c) 2004, 2007 IBM Corporation
+ * All rights reserved.
+ * This program and the accompanying materials
+ * are made available under the terms of the BSD License
+ * which accompanies this distribution, and is available at
+ * http://www.opensource.org/licenses/bsd-license.php
+ *
+ * Contributors:
+ * IBM Corporation - initial implementation
+ *****************************************************************************/
+
+extern int progress;
+extern unsigned char sig_org[];
+
+void print_progress();
+void print_hash();
+int get_block_list_version(unsigned char *);
+int image_check_crc(unsigned long *, int);
+long get_size(unsigned long *, int);
+void print_writing();
+void write_block_list(unsigned long *, int);
+int check_platform(unsigned long *, unsigned int, int);