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

8 lines
73 B
Rust
Raw Normal View History

2023-03-30 01:31:55 -05:00
#![no_std]
#![no_main]
#[no_mangle]
fn start() {
// Simple driver
}