mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-07 15:11:32 +00:00
xenstore: move error type and make use of result type aliases
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use bytemuck::{Pod, Zeroable};
|
||||
/// Handwritten protocol definitions for XenStore.
|
||||
/// Used xen/include/public/io/xs_wire.h as a reference.
|
||||
use bytemuck::{Pod, Zeroable};
|
||||
use libc;
|
||||
|
||||
#[derive(Copy, Clone, Pod, Zeroable, Debug)]
|
||||
|
Reference in New Issue
Block a user