mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 22:21:31 +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,
|
pub port: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(target_arch = "x86_64")]
|
|
||||||
#[repr(C, packed)]
|
#[repr(C, packed)]
|
||||||
#[derive(Debug, Copy, Clone, Default)]
|
#[derive(Debug, Copy, Clone, Default)]
|
||||||
pub struct E820Entry {
|
pub struct E820Entry {
|
||||||
|
Reference in New Issue
Block a user