1//! Graphics drivers module. 2//! 3//! This module contains graphics device drivers for the Scarlet kernel. 4 5pub mod virtio_gpu;