]> git.ipfire.org Git - thirdparty/systemd.git/commit
gpt: Store the architecture in GptPartitionType
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 23 Nov 2021 16:52:27 +0000 (17:52 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 24 Nov 2021 13:47:21 +0000 (14:47 +0100)
commit51d1c8f2feef9eac7c242354a79559ccc2dff174
treec04fbf32113e160b4bb75296645229585707fc76
parent3c58ae13134abad5fb8ba10d6cc2345fcde8f19c
gpt: Store the architecture in GptPartitionType

We also add a function gpt_partition_type_uuid_to_arch() to get the
architecture of a partition type uuid.
src/shared/gpt.c
src/shared/gpt.h
src/test/test-gpt.c