mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
xengnt: implement memory mapping support
This commit is contained in:
@ -8,6 +8,8 @@ pub enum Error {
|
||||
Io(#[from] io::Error),
|
||||
#[error("failed to read structure")]
|
||||
StructureReadFailed,
|
||||
#[error("mmap failed")]
|
||||
MmapFailed,
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
Reference in New Issue
Block a user