> +#define dma_cache_inv(_start,_size) do { (void)(_start); > (void)(_size); } while (0)
this looks really horrible. What about turning these into inlines?
> +#define dma_cache_inv(_start,_size) do { (void)(_start); > (void)(_size); } while (0)
this looks really horrible. What about turning these into inlines?