add a random call

pull/1/head
Able 2022-04-09 11:32:23 -05:00
parent 3265df03e0
commit aa1f7d5c09
Signed by: able
GPG Key ID: D164AF5F5700BE51
1 changed files with 4 additions and 0 deletions

View File

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