1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-28 04:13:31 +04:00
osblog/risc_v/src/rng.rs

8 lines
146 B
Rust
Raw Normal View History

2020-03-16 04:18:46 +04:00
// rng.rs
// Random number generator using VirtIO
// Stephen Marz
// 16 March 2020
pub fn setup_entropy_device(_ptr: *mut u32) -> bool {
false
}