patch-2.4.19 linux-2.4.19/include/asm-ia64/sn/xtalk/xbow.h
Next file: linux-2.4.19/include/asm-ia64/sn/xtalk/xbow_info.h
Previous file: linux-2.4.19/include/asm-ia64/sn/vector.h
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-ia64/sn/xtalk/xbow.h
- Orig date:
Tue Mar 6 19:44:34 2001
diff -urN linux-2.4.18/include/asm-ia64/sn/xtalk/xbow.h linux-2.4.19/include/asm-ia64/sn/xtalk/xbow.h
@@ -4,7 +4,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
+ * Copyright (C) 1992 - 1997, 2000-2001 Silicon Graphics, Inc.
* Copyright (C) 2000 by Colin Ngam
*/
#ifndef _ASM_SN_SN_XTALK_XBOW_H
@@ -17,7 +17,7 @@
#include <asm/sn/xtalk/xtalk.h>
#include <asm/sn/xtalk/xwidget.h>
#include <asm/sn/xtalk/xswitch.h>
-#ifdef LANGUAGE_C
+#ifndef __ASSEMBLY__
#include <asm/sn/xtalk/xbow_info.h>
#endif
@@ -46,7 +46,7 @@
#define MAX_XBOW_NAME 16
-#if LANGUAGE_C
+#ifndef __ASSEMBLY__
typedef uint32_t xbowreg_t;
#define XBOWCONST (xbowreg_t)
@@ -236,7 +236,7 @@
/* offset of arbitration register, given source widget id */
#define XBOW_ARB_OFF(wid) (XBOW_ARB_IS_UPPER(wid) ? 0x1c : 0x24)
-#endif /* LANGUAGE_C */
+#endif /* __ASSEMBLY__ */
#define XBOW_WID_ID WIDGET_ID
#define XBOW_WID_STAT WIDGET_STATUS
@@ -402,7 +402,7 @@
(XWIDGET_PART_NUM(XWIDGET_ID_READ(nasid, 0)) == XXBOW_WIDGET_PART_NUM)
-#ifdef _LANGUAGE_C
+#ifndef __ASSEMBLY__
/*
* XBOW Widget 0 Register formats.
* Format for many of these registers are similar to the standard
@@ -891,5 +891,5 @@
#endif /* MACROFIELD_LINE */
-#endif /* _LANGUAGE_C */
+#endif /* __ASSEMBLY__ */
#endif /* _ASM_SN_SN_XTALK_XBOW_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)