dma.h 300 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _ASM_DMA_H
  6. #define _ASM_DMA_H
  7. #include <asm/io.h>
  8. #define MAX_DMA_CHANNELS 1
  9. #define MAX_DMA_ADDRESS (PAGE_OFFSET)
  10. extern size_t hexagon_coherent_pool_size;
  11. #endif