patch-2.2.13 linux/include/asm-sparc64/oplib.h
Next file: linux/include/asm-sparc64/ttable.h
Previous file: linux/include/asm-sparc64/openpromio.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Oct 19 17:14:02 1999
- Orig file:
v2.2.12/linux/include/asm-sparc64/oplib.h
- Orig date:
Wed Mar 10 16:53:38 1999
diff -u --recursive --new-file v2.2.12/linux/include/asm-sparc64/oplib.h linux/include/asm-sparc64/oplib.h
@@ -1,4 +1,4 @@
-/* $Id: oplib.h,v 1.10 1998/12/18 10:02:03 davem Exp $
+/* $Id: oplib.h,v 1.10.2.1 1999/08/19 01:11:21 davem Exp $
* oplib.h: Describes the interface and available routines in the
* Linux Prom library.
*
@@ -205,7 +205,8 @@
/* MMU and memory related OBP interfaces. */
/* Get unique string identifying SIMM at given physical address. */
-extern int prom_getunumber(unsigned long phys_lo, unsigned long phys_hi,
+extern int prom_getunumber(int syndrome_code,
+ unsigned long phys_addr,
char *buf, int buflen);
/* Retain physical memory to the caller across soft resets. */
@@ -336,6 +337,7 @@
#define P1275_ARG_OUT_32B 3
#define P1275_ARG_IN_FUNCTION 4
#define P1275_ARG_IN_BUF 5
+#define P1275_ARG_IN_64B 6
#define P1275_IN(x) ((x) & 0xf)
#define P1275_OUT(x) (((x) << 4) & 0xf0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)