8 lines
159 B
Rust
8 lines
159 B
Rust
|
|
// 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;
|