diff options
-rw-r--r-- | lib/uuid.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/uuid.c b/lib/uuid.c index 0be22bc05f..2d7d99535e 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -177,6 +177,10 @@ static const struct { SMBIOS_TABLE_GUID, }, { + "SMBIOS3 table", + SMBIOS3_TABLE_GUID, + }, + { "Runtime properties", EFI_RT_PROPERTIES_TABLE_GUID, }, |