Skip to content

Commit 7319ddc

Browse files
committed
Reexport BootInfo type
1 parent 6bef649 commit 7319ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#[cfg(feature = "recursive_level_4_table")]
55
pub const RECURSIVE_LEVEL_4_TABLE_ADDR: u64 = 0o_177777_777_777_777_777_0000;
66

7+
pub use bootinfo::BootInfo;
8+
79
pub mod bootinfo;
810

911
/// Defines the entry point function.

0 commit comments

Comments
 (0)