diff options
Diffstat (limited to 'include/asm-avr32/types.h')
-rw-r--r-- | include/asm-avr32/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-avr32/types.h b/include/asm-avr32/types.h index 2dbea4bad3..c303e3c891 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 |