diff --git a/api/src/info.rs b/api/src/info.rs index 81c849d8..d8962d62 100644 --- a/api/src/info.rs +++ b/api/src/info.rs @@ -173,6 +173,8 @@ pub enum MemoryRegionKind { /// Contains the UEFI memory type tag. UnknownUefi(u32), /// An unknown memory region reported by the BIOS firmware. + /// + /// Contains the E820 memory type. UnknownBios(u32), }