blob: a29e244ab37fe439b170b12ae1472351cf4794bc [file] [log] [blame] [edit]
pub use anyhow::Result;
use core::ffi::c_void;
pub(crate) fn pipeline_flush_mt() -> Result<()> {
Ok(())
}
pub(crate) fn clear_cache(_ptr: *const c_void, _len: usize) -> Result<()> {
Ok(())
}