aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2001-12-21 01:22:59 +0000
committerdavem <davem>2001-12-21 01:22:59 +0000
commitcece48c5f8ccb9f4dbc22ac62dc9e3f6a77e5c2b (patch)
tree24ed3a1c4b5f83b035fcf433c768774be885ef92
parentc1bcb4c38abaa83b7b58771d5690a113d478bea7 (diff)
downloadnetdev-vger-cvs-cece48c5f8ccb9f4dbc22ac62dc9e3f6a77e5c2b.tar.gz
Define a dma64_addr_t
-rw-r--r--include/asm-sparc/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sparc/types.h b/include/asm-sparc/types.h
index 11833bb52..6143379e1 100644
--- a/include/asm-sparc/types.h
+++ b/include/asm-sparc/types.h
@@ -1,4 +1,4 @@
-/* $Id: types.h,v 1.12 2000-01-29 02:23:25 anton Exp $ */
+/* $Id: types.h,v 1.13 2001-12-21 01:22:59 davem Exp $ */
#ifndef _SPARC_TYPES_H
#define _SPARC_TYPES_H
@@ -46,6 +46,7 @@ typedef unsigned long long u64;
#define BITS_PER_LONG 32
typedef u32 dma_addr_t;
+typedef u32 dma64_addr_t;
#endif /* __KERNEL__ */