~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/arch-mx28/dma.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-01 18:07:19 UTC
  • mfrom: (16.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120501180719-rjntk3287im4a0ns
Tags: 2012.04.01-1
* New upstream version.
  - Update mipsel-native-endianness.diff.
  - Update no-error-on-set-but-unused-variables.diff (partially merged).
  - Drop kirkwood_spi-irq_mask.diff (merged).
  - Drop kirkwood-disable-l2c.diff (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
int mxs_dma_desc_append(int channel, struct mxs_dma_desc *pdesc);
141
141
 
142
142
int mxs_dma_go(int chan);
143
 
int mxs_dma_init(void);
 
143
void mxs_dma_init(void);
 
144
int mxs_dma_init_channel(int chan);
 
145
int mxs_dma_release(int chan);
144
146
 
145
147
#endif  /* __DMA_H__ */