diff --git a/include/drivers/dma.h b/include/drivers/dma.h index 344344a498e..8a93544514b 100644 --- a/include/drivers/dma.h +++ b/include/drivers/dma.h @@ -210,7 +210,7 @@ struct dma_status { * */ struct dma_context { - int magic; + int32_t magic; int dma_channels; atomic_t *atomic; };