Skip to content

Commit

Permalink
uefi: Replace tcg::enums with the uefi_raw enums
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Nov 9, 2024
1 parent 3eddef3 commit 32b148f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 87 deletions.
85 changes: 0 additions & 85 deletions uefi/src/proto/tcg/enums.rs

This file was deleted.

3 changes: 1 addition & 2 deletions uefi/src/proto/tcg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
pub mod v1;
pub mod v2;

mod enums;
pub use enums::*;
pub use uefi_raw::protocol::tcg::{AlgorithmId, EventType};

use bitflags::bitflags;

Expand Down

0 comments on commit 32b148f

Please sign in to comment.