mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
unpause domain so domain can run during boot
This commit is contained in:
@ -496,3 +496,11 @@ pub struct MmuExtOp {
|
||||
}
|
||||
|
||||
pub const MMUEXT_PIN_L4_TABLE: u32 = 3;
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct EvtChnAllocUnbound {
|
||||
pub dom: u16,
|
||||
pub remote_dom: u16,
|
||||
pub port: u32,
|
||||
}
|
||||
|
Reference in New Issue
Block a user