patch-2.4.19 linux-2.4.19/arch/mips/hp-lj/utils.h
Next file: linux-2.4.19/arch/mips/ite-boards/generic/Makefile
Previous file: linux-2.4.19/arch/mips/hp-lj/utils.c
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
Fri Aug  2 17:39:43 2002
 -  Orig file: 
linux-2.4.18/arch/mips/hp-lj/utils.h
 -  Orig date: 
Wed Dec 31 16:00:00 1969
 
diff -urN linux-2.4.18/arch/mips/hp-lj/utils.h linux-2.4.19/arch/mips/hp-lj/utils.h
@@ -0,0 +1,19 @@
+/*
+ *
+ *
+ *
+ */
+
+#include <linux/types.h>
+
+#define ReservedMemVirtualAddr  0x50000000
+
+unsigned long get_mem_avail(void);
+
+ulong* get_reserved_buffer(void);
+ulong* get_reserved_buffer_virtual(void);
+ulong get_reserved_buffer_size(void);
+
+void  reserve_buffer(const char* cl, ulong base_mem);
+
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)