xref: /linux/rust/kernel/gpu.rs (revision 9bdbf7eb25b3121ef19533df4fb70f2c39fc0d6a)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 //! GPU subsystem abstractions.
4 
5 #[cfg(CONFIG_GPU_BUDDY = "y")]
6 pub mod buddy;
7