ableos_userland/drivers/basic_driver/src/main.rs

8 lines
73 B
Rust
Raw Normal View History

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