forked from len0rd/rockbox
imx233: add a missing packed attribute for dma !!
Change-Id: Iada56b34d0517851859e60f064a2e9032c2f0fe2
This commit is contained in:
parent
5b00e59614
commit
80c019e737
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ struct apb_dma_command_t
|
|||
uint32_t cmd;
|
||||
void *buffer;
|
||||
/* PIO words follow */
|
||||
};
|
||||
} __attribute__((packed));
|
||||
|
||||
#define DMA_INFO_CURCMDADDR (1 << 0)
|
||||
#define DMA_INFO_NXTCMDADDR (1 << 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue