dma-core.h 639 B

12345678910111213141516171819202122
  1. /* arch/arm/plat-s3c/include/plat/dma.h
  2. *
  3. * Copyright 2008 Openmoko, Inc.
  4. * Copyright 2008 Simtec Electronics
  5. * Ben Dooks <ben@simtec.co.uk>
  6. * http://armlinux.simtec.co.uk/
  7. *
  8. * Samsung S3C DMA core support
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. extern struct s3c2410_dma_chan *s3c_dma_lookup_channel(unsigned int channel);
  15. extern struct s3c2410_dma_chan *s3c_dma_chan_map[];
  16. /* the currently allocated channel information */
  17. extern struct s3c2410_dma_chan s3c2410_chans[];