add a random call

This commit is contained in:
Able 2022-04-09 11:32:23 -05:00
parent 9723f7e628
commit 32970613cc

View file

@ -7,3 +7,7 @@ pub mod process;
pub mod syscalls;
pub use core::*;
extern "C" {
pub fn get_random() -> u32;
}