dma.h 428 B

12345678910111213141516
  1. /*
  2. * Copyright (C) 2006 Atmark Techno, Inc.
  3. *
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. */
  8. #ifndef _ASM_MICROBLAZE_DMA_H
  9. #define _ASM_MICROBLAZE_DMA_H
  10. /* we don't have dma address limit. define it as zero to be
  11. * unlimited. */
  12. #define MAX_DMA_ADDRESS (0)
  13. #endif /* _ASM_MICROBLAZE_DMA_H */