patch-2.4.19 linux-2.4.19/include/asm-mips/sgialib.h

Next file: linux-2.4.19/include/asm-mips/sgiarcs.h
Previous file: linux-2.4.19/include/asm-mips/sgi/sgint23.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips/sgialib.h linux-2.4.19/include/asm-mips/sgialib.h
@@ -8,7 +8,6 @@
 
 #include <asm/sgiarcs.h>
 
-extern struct linux_promblock *sgi_pblock;
 extern struct linux_romvec *romvec;
 extern int prom_argc;
 extern char **prom_argv, **prom_envp;
@@ -43,7 +42,7 @@
 extern pcomponent *prom_getsibling(pcomponent *this);
 
 /* Get child component of THIS. */
-extern pcomponent *prom_getchild(pcomponent *this);
+extern pcomponent *ArcGetChild(pcomponent *this);
 
 /* Get parent component of CHILD. */
 extern pcomponent *prom_getparent(pcomponent *child);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)