Files
kernel-zhihe-a210/arch/riscv/include/asm/iomb.h
2025-12-24 12:22:59 +08:00

14 lines
203 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2025 Zhihe Computing Limited.
*/
#ifndef A210_IOMB_H
#define A210_IOMB_H
inline void a210_iomb(void);
inline void a210_iowmb(void);
#endif