Hotfix to previous commit
parent
48ae217e41
commit
22adda17cc
|
|
@ -1,6 +1,8 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![crate_type = "staticlib"]
|
#![crate_type = "staticlib"]
|
||||||
|
|
||||||
|
use core::ffi::CStr;
|
||||||
|
|
||||||
pub mod kmain;
|
pub mod kmain;
|
||||||
pub mod memlayout;
|
pub mod memlayout;
|
||||||
pub mod param;
|
pub mod param;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue