# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1442  -> 1.1443 
#	include/asm-ia64/sn/xtalk/xwidget.h	1.6     -> 1.7    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/11/07	jbarnes@tomahawk.engr.sgi.com	1.1443
# xwidget userspace stuff
# --------------------------------------------
#
diff -Nru a/include/asm-ia64/sn/xtalk/xwidget.h b/include/asm-ia64/sn/xtalk/xwidget.h
--- a/include/asm-ia64/sn/xtalk/xwidget.h	Fri Nov  7 17:52:36 2003
+++ b/include/asm-ia64/sn/xtalk/xwidget.h	Fri Nov  7 17:52:36 2003
@@ -11,11 +11,14 @@
 /*
  * xwidget.h - generic crosstalk widget header file
  */
-
+#ifdef __KERNEL__
 #include <asm/sn/xtalk/xtalk.h>
 #ifndef __ASSEMBLY__
 #include <asm/sn/cdl.h>
 #endif /* __ASSEMBLY__ */
+#else
+#include <xtalk/xtalk.h>
+#endif
 
 #define WIDGET_ID			0x00
 #define WIDGET_STATUS			0x08
