mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 23:20:55 +00:00
parent
4961ee293d
commit
f5477dc53b
@ -76,8 +76,8 @@ class Block::Gpt : public Block::Partition_table
|
|||||||
|
|
||||||
unsigned time_low() const { return read<Time_low>(); }
|
unsigned time_low() const { return read<Time_low>(); }
|
||||||
|
|
||||||
template<typename T> struct Uuid_hex : Genode::Hex {
|
template <typename T> struct Uuid_hex : Genode::Hex {
|
||||||
Uuid_hex<T>(T value) : Genode::Hex(value, OMIT_PREFIX, PAD) { } };
|
Uuid_hex(T value) : Genode::Hex(value, OMIT_PREFIX, PAD) { } };
|
||||||
|
|
||||||
void print(Output &out) const
|
void print(Output &out) const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user