ableos_userland/drivers/keyboards/ps2_keyboard/src/main.rs
2022-12-05 07:46:29 -06:00

6 lines
51 B
Rust

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