mb/google/fatcat: Suppress unnecessary extra space in device trees
[coreboot2.git] / src / arch / x86 / dma.c
blobb39ac2ce30105e7b9c17679bb08f2e962953e923
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <stdlib.h>
5 int dma_coherent(const void *ptr)
7 return 1;