Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/nova-core/gsp/fw.rs
29281 views
1
// SPDX-License-Identifier: GPL-2.0
2
3
mod r570_144;
4
5
// Alias to avoid repeating the version number with every use.
6
#[expect(unused)]
7
use r570_144 as bindings;
8
9