include: drivers: dma.h DMA_MAGIC is a 32-bit magic code
The magic code to identify context content is a 32-bit value defined in the dma.h. When tested against the dma_context magic element, both format must be aligned. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
e90c47fbc4
commit
9cddbd5990
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ struct dma_status {
|
|||
*
|
||||
*/
|
||||
struct dma_context {
|
||||
int magic;
|
||||
int32_t magic;
|
||||
int dma_channels;
|
||||
atomic_t *atomic;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue