summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp/fw.rs
blob: 34226dd009824c1e44d0cb2e37b43434a364e433 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0

mod r570_144;

// Alias to avoid repeating the version number with every use.
#[expect(unused)]
use r570_144 as bindings;