summaryrefslogtreecommitdiff
path: root/rust/kernel/drm/mod.rs
blob: 9ec6d7cbcaf331d42097554fa7c5044f93172ad0 (plain)
1
2
3
4
5
// SPDX-License-Identifier: GPL-2.0 OR MIT

//! DRM subsystem abstractions.

pub mod ioctl;