//! Hikari EFI Protocol Revisions pub const BLOCK_IO_PROTOCOL_REVISION1: u64 = 0x00010000; pub const BLOCK_IO_PROTOCOL_REVISION2: u64 = 0x00020001; pub const BLOCK_IO_PROTOCOL_REVISION3: u64 = 0x0002001F; pub const DISK_IO_PROTOCOL_REVISION: u64 = 0x00010000; pub const LOADED_IMAGE_PROTOCOL_REVISION: u32 = 0x1000;