summaryrefslogtreecommitdiff
path: root/src/arch/arm64/dma.c
blob: ec81ab7d5ea722e8184be0da982ad64698e6f3d9 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#include <stdlib.h>

int dma_coherent(const void *ptr)
{
	return 0;
}