patch-2.4.21 linux-2.4.21/include/asm-sparc/oplib.h
Next file: linux-2.4.21/include/asm-sparc/processor.h
Previous file: linux-2.4.21/include/asm-sparc/mman.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
2003-06-13 07:51:38.000000000 -0700
-  Orig file: 
linux-2.4.20/include/asm-sparc/oplib.h
-  Orig date: 
2002-02-25 11:38:13.000000000 -0800
diff -urN linux-2.4.20/include/asm-sparc/oplib.h linux-2.4.21/include/asm-sparc/oplib.h
@@ -153,8 +153,9 @@
 /* Blocking put character to console. */
 extern void prom_putchar(char character);
 
-/* Prom's internal printf routine, don't use in kernel/boot code. */
-void prom_printf(char *fmt, ...);
+/* Prom's internal routines, don't use in kernel/boot code. */
+extern void prom_printf(char *fmt, ...);
+extern void prom_write(const char *buf, unsigned int len);
 
 /* Query for input device type */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)