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