update
This commit is contained in:
parent
c776248f8f
commit
af043e8c1f
|
@ -9,5 +9,7 @@ pub mod syscalls;
|
||||||
pub use core::*;
|
pub use core::*;
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
pub fn get_random() -> u32;
|
pub fn get_random() -> u32;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue