This commit is contained in:
Alex Zenla
2024-04-26 00:20:09 -07:00
parent b0f5c38fb0
commit ff6cb47aea
4 changed files with 10 additions and 12 deletions

View File

@ -346,6 +346,8 @@ pub struct ArchDomainConfig {
pub misc_flags: u32,
}
pub const X86_EMU_LAPIC: u32 = 1 << 0;
#[repr(C)]
#[derive(Copy, Clone, Debug, Default)]
#[cfg(target_arch = "aarch64")]