Commit aa9d6cbe authored by Russell King's avatar Russell King

[ARM] Add a structure name to pxa_dma_desc.

parent f385cd87
......@@ -22,7 +22,7 @@
* Note: this structure must always be aligned to a 16-byte boundary.
*/
typedef struct {
typedef struct pxa_dma_desc {
volatile u32 ddadr; /* Points to the next descriptor + flags */
volatile u32 dsadr; /* DSADR value for the current transfer */
volatile u32 dtadr; /* DTADR value for the current transfer */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment