mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
9 lines
132 B
C
9 lines
132 B
C
![]() |
#ifndef _ASM_SCORE_DMA_H
|
||
|
#define _ASM_SCORE_DMA_H
|
||
|
|
||
|
#include <asm/io.h>
|
||
|
|
||
|
#define MAX_DMA_ADDRESS (0)
|
||
|
|
||
|
#endif /* _ASM_SCORE_DMA_H */
|