1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2021 Western Digital Corporation or its affiliates.
6 #include <asm/dma-noncoherent.h>
8 struct riscv_nonstd_cache_ops noncoherent_cache_ops __ro_after_init
;
11 riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops
*ops
)
15 noncoherent_cache_ops
= *ops
;
17 EXPORT_SYMBOL_GPL(riscv_noncoherent_register_cache_ops
);