mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
gpu_session: rename Gpu::Virtual_address:va
rename 'va' into 'value' to stay consistent with other types. issue #4713
This commit is contained in:
committed by
Christian Helmuth
parent
d10c7c31a4
commit
f1bc791c22
@ -67,7 +67,7 @@ struct Gpu::Sequence_number
|
||||
|
||||
struct Gpu::Virtual_address
|
||||
{
|
||||
Genode::uint64_t va;
|
||||
Genode::uint64_t value;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user