linux/rust/kernel/drm/mod.rs

6 lines
92 B
Rust

// SPDX-License-Identifier: GPL-2.0 OR MIT
//! DRM subsystem abstractions.
pub mod ioctl;