ableos_userland/drivers/basic_driver/src/main.rs

8 lines
73 B
Rust
Raw Normal View History

2022-12-03 18:15:03 +00:00
#![no_std]
#![no_main]
#[no_mangle]
2022-12-05 10:22:02 +00:00
fn start() {
2022-12-03 18:15:03 +00:00
// Simple driver
}