ableos_userland/drivers/audio/pc_beeper_driver/src/main.rs

8 lines
73 B
Rust

#![no_std]
#![no_main]
#[no_mangle]
fn start() {
// Simple driver
}