Skip to main content

kernel/drivers/
mod.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Drivers; includes TTY system, GPU/display drivers and much more
3//!
4//! Authors: MarioS271
5
6pub(crate) mod gpu;
7pub(crate) mod tty;