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