ableos_userland/drivers/graphics/ground/src/main.rs

9 lines
86 B
Rust
Raw Normal View History

2022-12-03 18:15:03 +00:00
#![no_std]
#![no_main]
#[no_mangle]
fn start() -> i32 {
// Simple driver
1
}