Skip to content

Commit 0a41cf2

Browse files
committed
Add a lib.rs that re-exports os_bootinfo
1 parent faa33be commit 0a41cf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#![no_std]
2+
3+
pub extern crate os_bootinfo as bootinfo;

0 commit comments

Comments
 (0)