patch-2.4.23 linux-2.4.23/include/asm-ia64/sn/hcl.h

Next file: linux-2.4.23/include/asm-ia64/sn/invent.h
Previous file: linux-2.4.23/include/asm-ia64/sn/dmamap.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-ia64/sn/hcl.h linux-2.4.23/include/asm-ia64/sn/hcl.h
@@ -14,6 +14,13 @@
 extern vertex_hdl_t hwgraph_root;
 extern vertex_hdl_t linux_busnum;
 
+void hwgraph_debug(char *, char *, int, vertex_hdl_t, vertex_hdl_t, char *, ...);
+
+#if 1
+#define HWGRAPH_DEBUG(args) hwgraph_debug args ;
+#else   
+#define HWGRAPH_DEBUG(args)
+#endif  
 
 typedef long            labelcl_info_place_t;
 typedef long            arbitrary_info_t;
@@ -55,6 +62,7 @@
 /*
  * External declarations of EXPORTED SYMBOLS in hcl.c
  */
+extern int hwgraph_generate_path(vertex_hdl_t, char *, int);
 extern vertex_hdl_t hwgraph_register(vertex_hdl_t, const char *,
 	unsigned int, unsigned int, unsigned int, unsigned int,
 	umode_t, uid_t, gid_t, struct file_operations *, void *);

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