add a random call
This commit is contained in:
parent
9723f7e628
commit
32970613cc
|
@ -7,3 +7,7 @@ pub mod process;
|
|||
pub mod syscalls;
|
||||
|
||||
pub use core::*;
|
||||
|
||||
extern "C" {
|
||||
pub fn get_random() -> u32;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue