patch-2.4.25 linux-2.4.25/arch/ppc/boot/chrp/main.c
Next file: linux-2.4.25/arch/ppc/boot/chrp/start.c
Previous file: linux-2.4.25/arch/ppc/boot/chrp/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/ppc/boot/chrp/main.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.24/arch/ppc/boot/chrp/main.c linux-2.4.25/arch/ppc/boot/chrp/main.c
@@ -7,6 +7,7 @@
* 2 of the License, or (at your option) any later version.
*/
#include "nonstdio.h"
+#include "of1275.h"
#include <asm/processor.h>
#include <asm/page.h>
@@ -15,15 +16,11 @@
extern char __ramdisk_begin[], __ramdisk_end;
extern char _start, _end;
-extern int getprop(void *, const char *, void *, int);
extern unsigned int heap_max;
-extern void claim(unsigned int virt, unsigned int size, unsigned int align);
-extern void *finddevice(const char *);
extern void flush_cache(void *, unsigned long);
extern void gunzip(void *, int, unsigned char *, int *);
extern void make_bi_recs(unsigned long addr, char *name, unsigned int mach,
unsigned int progend);
-extern void pause(void);
char *avail_ram;
char *begin_avail, *end_avail;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)