[openfirmware] [commit] r2132 - forth/wrapper

repository service svn at openfirmware.info
Thu Jan 20 02:12:45 CET 2011


Author: wmb
Date: Thu Jan 20 02:12:45 2011
New Revision: 2132
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2132

Log:
Initial revision of null implementation of ZIP routines for wrapper.

Added:
   forth/wrapper/nullzip.c

Added: forth/wrapper/nullzip.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ forth/wrapper/nullzip.c	Thu Jan 20 02:12:45 2011	(r2132)
@@ -0,0 +1,11 @@
+/*
+ * Stub versions of zip_memory() and inflate() for organizations
+ * immune to the license of the code that implementes zip_memory()
+ */
+zip_memory()
+{
+}
+
+inflate()
+{
+}



More information about the openfirmware mailing list