Initial commit
This commit is contained in:
commit
169c65d57e
51358 changed files with 23120455 additions and 0 deletions
8
arch/avr32/include/asm/dma.h
Normal file
8
arch/avr32/include/asm/dma.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef __ASM_AVR32_DMA_H
|
||||
#define __ASM_AVR32_DMA_H
|
||||
|
||||
/* The maximum address that we can perform a DMA transfer to on this platform.
|
||||
* Not really applicable to AVR32, but some functions need it. */
|
||||
#define MAX_DMA_ADDRESS 0xffffffff
|
||||
|
||||
#endif /* __ASM_AVR32_DMA_H */
|
Loading…
Add table
Add a link
Reference in a new issue