summaryrefslogtreecommitdiff
path: root/include/asm-avr32/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/types.h')
-rw-r--r--include/asm-avr32/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-avr32/types.h b/include/asm-avr32/types.h
index 2dbea4bad..c303e3c89 100644
--- a/include/asm-avr32/types.h
+++ b/include/asm-avr32/types.h
@@ -71,6 +71,9 @@ typedef unsigned long long u64;
typedef u32 dma_addr_t;
+typedef unsigned long phys_addr_t;
+typedef unsigned long phys_size_t;
+
#ifdef CONFIG_LBD
typedef u64 sector_t;
#define HAVE_SECTOR_T