ableos_userland/drivers/keyboards/ps2_keyboard/src/main.rs

6 lines
51 B
Rust

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