patch-2.3.50 linux/include/asm-sh/types.h

Next file: linux/include/asm-sh/unistd.h
Previous file: linux/include/asm-sh/termios.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/include/asm-sh/types.h linux/include/asm-sh/types.h
@@ -41,6 +41,10 @@
 
 #define BITS_PER_LONG 32
 
+/* Dma addresses are 32-bits wide.  */
+
+typedef u32 dma_addr_t;
+
 #endif /* __KERNEL__ */
 
 #endif /* __ASM_SH_TYPES_H */

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