dma.h 159 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifdef CONFIG_ARCH_S3C24XX
  3. #include "dma-s3c24xx.h"
  4. #endif
  5. #ifdef CONFIG_ARCH_S3C64XX
  6. #include "dma-s3c64xx.h"
  7. #endif