mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
fix: e820entry should be available on all platforms
This commit is contained in:
@ -620,7 +620,6 @@ pub struct EvtChnAllocUnbound {
|
||||
pub port: u32,
|
||||
}
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone, Default)]
|
||||
pub struct E820Entry {
|
||||
|
Reference in New Issue
Block a user