Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zurcher committed Nov 26, 2024
1 parent 987d096 commit ddf9a81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ extern crate alloc;

use core::{mem, ops::Deref, slice};

use alloc::vec::Vec;
use boot_services::{protocol_handler::Protocol, BootServices};
use mu_pi::protocols::status_code;
use mu_pi::protocols::status_code::{EfiStatusCodeData, EfiStatusCodeType, EfiStatusCodeValue};
Expand Down

0 comments on commit ddf9a81

Please sign in to comment.