blob: b39ac2ce30105e7b9c17679bb08f2e962953e923 [file] [log] [blame]
Maximilian Bruneb3e336c2023-09-16 19:49:39 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <stdlib.h>
4
5int dma_coherent(const void *ptr)
6{
7 return 1;
8}