14 lines
203 B
C
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
|