patch-2.4.19 linux-2.4.19/include/asm-mips64/sn/kldir.h
Next file: linux-2.4.19/include/asm-mips64/sn/klkernvars.h
Previous file: linux-2.4.19/include/asm-mips64/sn/intr_public.h
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-mips64/sn/kldir.h
- Orig date:
Wed Jul 12 15:15:10 2000
diff -urN linux-2.4.18/include/asm-mips64/sn/kldir.h linux-2.4.19/include/asm-mips64/sn/kldir.h
@@ -127,14 +127,14 @@
* 0x0 (0K) +-----------------------------------------+
*/
-#ifdef LANGUAGE_ASSEMBLY
+#ifdef __ASSEMBLY__
#define KLDIR_OFF_MAGIC 0x00
#define KLDIR_OFF_OFFSET 0x08
#define KLDIR_OFF_POINTER 0x10
#define KLDIR_OFF_SIZE 0x18
#define KLDIR_OFF_COUNT 0x20
#define KLDIR_OFF_STRIDE 0x28
-#endif /* LANGUAGE_ASSEMBLY */
+#endif /* __ASSEMBLY__ */
#if !defined(CONFIG_SGI_IO)
@@ -209,7 +209,7 @@
#endif /* !CONFIG_SGI_IO */
-#ifdef _LANGUAGE_C
+#ifndef __ASSEMBLY__
typedef struct kldir_ent_s {
u64 magic; /* Indicates validity of entry */
off_t offset; /* Offset from start of node space */
@@ -225,7 +225,7 @@
/* NOTE: These 16 bytes are used in the Partition KLDIR
entry to store partition info. Refer to klpart.h for this. */
} kldir_ent_t;
-#endif /* _LANGUAGE_C */
+#endif /* !__ASSEMBLY__ */
#if defined(CONFIG_SGI_IO)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)