From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] fixup! efi: guid: add some more GUIDs
Date: Thu, 18 Dec 2025 20:30:47 +0100 [thread overview]
Message-ID: <20251218193048.3845875-1-a.fatoum@pengutronix.de> (raw)
From: Sascha Hauer <s.hauer@pengutronix.de>
efi: guid: declare extern efi_smbios3_guid in header
We added the definition, but omitted the extern definition, so it can be
used.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
include/efi/guid.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/efi/guid.h b/include/efi/guid.h
index cc9449fd8bb6..f6018b5f7ef8 100644
--- a/include/efi/guid.h
+++ b/include/efi/guid.h
@@ -41,6 +41,7 @@ extern const efi_guid_t efi_load_file2_protocol_guid;
extern const efi_guid_t efi_device_path_utilities_protocol_guid;
extern const efi_guid_t efi_linux_initrd_media_guid;
extern const efi_guid_t efi_smbios_guid;
+extern const efi_guid_t efi_smbios3_guid;
extern const efi_guid_t efi_gop_guid;
extern const efi_guid_t efi_snp_guid;
extern const efi_guid_t efi_text_input_ex_guid;
--
2.47.3
next reply other threads:[~2025-12-18 19:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 19:30 Ahmad Fatoum [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-12-11 20:30 [PATCH 12/16] " Ahmad Fatoum
2025-12-15 8:30 ` [PATCH] fixup! " Ahmad Fatoum
2025-12-15 9:03 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251218193048.3845875-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox