patch-2.4.4 linux/include/asm-s390/types.h

Next file: linux/include/asm-s390/uaccess.h
Previous file: linux/include/asm-s390/todclk.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/asm-s390/types.h linux/include/asm-s390/types.h
@@ -55,12 +55,13 @@
 
 typedef u32 dma_addr_t;
 
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
+typedef union {
+	unsigned long long pair;
+	struct {
+		unsigned long even;
+		unsigned long odd;
+	} subreg;
+} register_pair;
 
 #endif                                 /* __KERNEL__                       */
 #endif

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