akern-gkgoat-fork/ableos/src/filesystem/errors.rs

10 lines
161 B
Rust
Raw Normal View History

2022-08-03 04:53:02 -05:00
/*
* Copyright (c) 2022, Umut İnan Erdoğan <umutinanerdogan@pm.me>
*
* SPDX-License-Identifier: MPL-2.0
*/
pub enum FsError {
UnsupportedOperation,
}