fix: e820entry should be available on all platforms

This commit is contained in:
Alex Zenla 2024-04-29 04:57:16 -07:00
parent 8dfcb7f7eb
commit 47b42c631f
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -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 {