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