1
0
Fork 0
forked from len0rd/rockbox

imx233: add a missing packed attribute for dma !!

Change-Id: Iada56b34d0517851859e60f064a2e9032c2f0fe2
This commit is contained in:
Amaury Pouly 2013-01-26 18:22:54 +00:00
parent 5b00e59614
commit 80c019e737

View file

@ -125,7 +125,7 @@ struct apb_dma_command_t
uint32_t cmd; uint32_t cmd;
void *buffer; void *buffer;
/* PIO words follow */ /* PIO words follow */
}; } __attribute__((packed));
#define DMA_INFO_CURCMDADDR (1 << 0) #define DMA_INFO_CURCMDADDR (1 << 0)
#define DMA_INFO_NXTCMDADDR (1 << 1) #define DMA_INFO_NXTCMDADDR (1 << 1)