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