patch-2.4.19 linux-2.4.19/include/asm-ia64/sn/sn1/hubio.h
Next file: linux-2.4.19/include/asm-ia64/sn/sn1/hubio_next.h
Previous file: linux-2.4.19/include/asm-ia64/sn/sn1/hubdev.h
Back to the patch index
Back to the overall index
- Lines: 70
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-ia64/sn/sn1/hubio.h
- Orig date:
Thu Jan 4 13:00:15 2001
diff -urN linux-2.4.18/include/asm-ia64/sn/sn1/hubio.h linux-2.4.19/include/asm-ia64/sn/sn1/hubio.h
@@ -4,8 +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) 2000 by Colin Ngam
+ * Copyright (C) 1992 - 1997, 2000-2001 Silicon Graphics, Inc. All rights reserved.
*/
/************************************************************************
@@ -20,8 +19,8 @@
************************************************************************/
-#ifndef _ASM_SN_SN1_HUBIO_H
-#define _ASM_SN_SN1_HUBIO_H
+#ifndef _ASM_IA64_SN_SN1_HUBIO_H
+#define _ASM_IA64_SN_SN1_HUBIO_H
#define IIO_WID 0x00400000 /*
@@ -762,7 +761,7 @@
-#ifdef _LANGUAGE_C
+#ifndef __ASSEMBLY__
/************************************************************************
* *
@@ -2942,15 +2941,15 @@
typedef union ii_ilct_u {
bdrkreg_t ii_ilct_regval;
struct {
- bdrkreg_t i_rsvd : 9;
- bdrkreg_t i_test_err_capture : 1;
- bdrkreg_t i_test_clear : 1;
- bdrkreg_t i_test_flit : 3;
- bdrkreg_t i_test_cberr : 1;
- bdrkreg_t i_test_valid : 1;
- bdrkreg_t i_test_data : 20;
- bdrkreg_t i_test_mask : 8;
- bdrkreg_t i_test_seed : 20;
+ bdrkreg_t i_test_seed : 20;
+ bdrkreg_t i_test_mask : 8;
+ bdrkreg_t i_test_data : 20;
+ bdrkreg_t i_test_valid : 1;
+ bdrkreg_t i_test_cberr : 1;
+ bdrkreg_t i_test_flit : 3;
+ bdrkreg_t i_test_clear : 1;
+ bdrkreg_t i_test_err_capture : 1;
+ bdrkreg_t i_rsvd : 9;
} ii_ilct_fld_s;
} ii_ilct_u_t;
@@ -4935,7 +4934,7 @@
-#endif /* _LANGUAGE_C */
+#endif /* __ASSEMBLY__ */
/************************************************************************
* *
@@ -5014,4 +5013,4 @@
-#endif /* _ASM_SN_SN1_HUBIO_H */
+#endif /* _ASM_IA64_SN_SN1_HUBIO_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)