Update of /cvsroot/blob/blob/include
In directory usw-pr-cvs1:/tmp/cvs-serv20842/include
Modified Files:
linux.h
Log Message:
boot_kernel() is no longer an exported function, so we just call it through
the command line parser.
Index: linux.h
===================================================================
RCS file: /cvsroot/blob/blob/include/linux.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux.h 2001/10/01 12:43:49 1.4
+++ linux.h 2001/10/03 17:19:25 1.5
@@ -54,7 +54,6 @@
#endif
-int boot_linux(int argc, char *argv[]);
#endif
|