Hotfix to previous commit

riscv
hheik 2024-05-15 00:42:56 +03:00
parent 48ae217e41
commit 22adda17cc
1 changed files with 2 additions and 0 deletions

View File

@ -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;