patch-2.4.23 linux-2.4.23/arch/ia64/sn/io/hwgdfs/hcl.c
Next file: linux-2.4.23/arch/ia64/sn/io/hwgdfs/hcl_util.c
Previous file: linux-2.4.23/arch/ia64/sn/io/drivers/pciba.c
Back to the patch index
Back to the overall index
-  Lines: 16
 -  Date:
2003-11-28 10:26:19.000000000 -0800
 -  Orig file: 
linux-2.4.22/arch/ia64/sn/io/hwgdfs/hcl.c
 -  Orig date: 
2003-08-25 04:44:39.000000000 -0700
 
diff -urN linux-2.4.22/arch/ia64/sn/io/hwgdfs/hcl.c linux-2.4.23/arch/ia64/sn/io/hwgdfs/hcl.c
@@ -233,6 +233,15 @@
 __setup("hcl=", hcl_setup);
 
 
+int
+hwgraph_generate_path(
+        vertex_hdl_t		de,
+        char                    *path,
+        int                     buflen)
+{
+	return (devfs_generate_path(de, path, buflen));
+}
+
 /*
  * Set device specific "fast information".
  *
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)